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
 

Constructors in org.codehaus.groovy.grails.web.pages with parameters of type GroovyPageMetaInfo
GroovyPageTemplate(GroovyPageMetaInfo metaInfo)
           
GroovyPageWritable(GroovyPageMetaInfo metaInfo)
           
 



Copyright (c) 2005-2006 The Grails project