public class GroovyPageTemplate
extends java.lang.Object
implements groovy.text.Template
| Constructor and Description |
|---|
GroovyPageTemplate(GroovyPageMetaInfo metaInfo) |
| Modifier and Type | Method and Description |
|---|---|
GroovyPageMetaInfo |
getMetaInfo() |
boolean |
isAllowSettingContentType() |
groovy.lang.Writable |
make() |
groovy.lang.Writable |
make(java.util.Map binding) |
void |
setAllowSettingContentType(boolean allowSettingContentType) |
public GroovyPageTemplate(GroovyPageMetaInfo metaInfo)
public groovy.lang.Writable make()
make in interface groovy.text.Templatepublic groovy.lang.Writable make(java.util.Map binding)
make in interface groovy.text.Templatepublic GroovyPageMetaInfo getMetaInfo()
public boolean isAllowSettingContentType()
public void setAllowSettingContentType(boolean allowSettingContentType)