Uses of Class
org.codehaus.groovy.grails.web.pages.GroovyPageMetaInfo

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(InputStream inputStream, Resource res, String pageName)
          Constructs a GroovyPageMetaInfo instance which holds the script class, modified date and so on
 GroovyPageMetaInfo GroovyPageTemplate.getMetaInfo()
           
 

Methods in org.codehaus.groovy.grails.web.pages with parameters of type GroovyPageMetaInfo
protected  void GroovyPageWritable.writeGroovySourceToResponse(GroovyPageMetaInfo info, 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)
           
 



Copyright (c) 2005-2009 The Grails project