org.codehaus.groovy.grails.web.pages
Class GroovyPageMetaInfo
java.lang.Object
org.codehaus.groovy.grails.web.pages.GroovyPageMetaInfo
class GroovyPageMetaInfo
- extends Object
Encapsulates the information necessary to describe a GSP.
- Since:
- 0.5
- Author:
- Graeme Rocher, Lari Hotari
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTML_DATA_POSTFIX
public static final String HTML_DATA_POSTFIX
- See Also:
- Constant Field Values
LINENUMBERS_DATA_POSTFIX
public static final String LINENUMBERS_DATA_POSTFIX
- See Also:
- Constant Field Values
GroovyPageMetaInfo
public GroovyPageMetaInfo()
GroovyPageMetaInfo
public GroovyPageMetaInfo(Class<?> pageClass)
initCodec
public void initCodec()
getTagLibraryLookup
public TagLibraryLookup getTagLibraryLookup()
setTagLibraryLookup
public void setTagLibraryLookup(TagLibraryLookup tagLibraryLookup)
getJspTagLibraryResolver
public org.codehaus.groovy.grails.web.pages.ext.jsp.TagLibraryResolver getJspTagLibraryResolver()
setJspTagLibraryResolver
public void setJspTagLibraryResolver(org.codehaus.groovy.grails.web.pages.ext.jsp.TagLibraryResolver jspTagLibraryResolver)
getPageClass
public Class<?> getPageClass()
setPageClass
public void setPageClass(Class<?> pageClass)
getLastModified
public long getLastModified()
setLastModified
public void setLastModified(long lastModified)
getGroovySource
public InputStream getGroovySource()
setGroovySource
public void setGroovySource(InputStream groovySource)
getContentType
public String getContentType()
setContentType
public void setContentType(String contentType)
getLineNumbers
public int[] getLineNumbers()
setLineNumbers
public void setLineNumbers(int[] lineNumbers)
setJspTags
public void setJspTags(Map jspTags)
getJspTags
public Map getJspTags()
setCompilationException
public void setCompilationException(GroovyPagesException e)
getCompilationException
public GroovyPagesException getCompilationException()
getHtmlParts
public String[] getHtmlParts()
setHtmlParts
public void setHtmlParts(String[] htmlParts)
getCodecClass
public Class<?> getCodecClass()
getCodecName
public String getCodecName()
setCodecName
public void setCodecName(String codecName)