public class GroovyPageTemplate
extends java.lang.Object
implements groovy.text.Template, java.lang.Cloneable
| Constructor and Description |
|---|
GroovyPageTemplate(GroovyPageMetaInfo metaInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
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)
public java.lang.Object clone()
clone in class java.lang.Object