org.codehaus.groovy.grails.web.pages
Class GroovyPageTemplate
java.lang.Object
org.codehaus.groovy.grails.web.pages.GroovyPageTemplate
- All Implemented Interfaces:
- groovy.text.Template
public class GroovyPageTemplate
- extends Object
- implements groovy.text.Template
Knows how to make in instance of GroovyPageWritable.
- Since:
- 0.5
- Author:
- Graeme Rocher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyPageTemplate
public GroovyPageTemplate(GroovyPageMetaInfo metaInfo)
make
public groovy.lang.Writable make()
- Specified by:
make
in interface groovy.text.Template
make
public groovy.lang.Writable make(Map binding)
- Specified by:
make
in interface groovy.text.Template
getMetaInfo
public GroovyPageMetaInfo getMetaInfo()