|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroovyPageMetaInfo | |
---|---|
org.codehaus.groovy.grails.web.pages |
Uses of GroovyPageMetaInfo in org.codehaus.groovy.grails.web.pages |
---|
Methods in org.codehaus.groovy.grails.web.pages that return GroovyPageMetaInfo | |
---|---|
protected GroovyPageMetaInfo |
GroovyPagesTemplateEngine.buildPageMetaInfo(java.io.InputStream inputStream,
org.springframework.core.io.Resource res,
java.lang.String pageName)
Constructs a GroovyPageMetaInfo instance which holds the script class, modified date and so on |
Methods in org.codehaus.groovy.grails.web.pages with parameters of type GroovyPageMetaInfo | |
---|---|
protected void |
GroovyPageWritable.writeGroovySourceToResponse(GroovyPageMetaInfo info,
java.io.Writer out)
Writes the Groovy source code attached to the given info object to the response, prefixing each line with its line number. |
Constructors in org.codehaus.groovy.grails.web.pages with parameters of type GroovyPageMetaInfo | |
---|---|
GroovyPageTemplate(GroovyPageMetaInfo metaInfo)
|
|
GroovyPageWritable(GroovyPageMetaInfo metaInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |