public class TemplateContext
extends java.lang.Object
Constructor and Description |
---|
TemplateContext() |
Modifier and Type | Method and Description |
---|---|
TemplateContext |
createCopy() |
static <any> |
getIdToType() |
java.lang.Boolean |
getOwnValue(TemplateContextType contextType) |
boolean |
isEnabled(TemplateContextType contextType) |
void |
readTemplateContext(Element element) |
void |
setDefaultContext(TemplateContext defContext) |
void |
setEnabled(TemplateContextType contextType,
boolean value) |
java.lang.String |
toString() |
Element |
writeTemplateContext(TemplateContext defaultContext) |
Element |
writeTemplateContext(TemplateContext defaultContext,
<any> idToType) |
public TemplateContext createCopy()
public boolean isEnabled(TemplateContextType contextType)
public java.lang.Boolean getOwnValue(TemplateContextType contextType)
public void setEnabled(TemplateContextType contextType, boolean value)
public void setDefaultContext(TemplateContext defContext)
public void readTemplateContext(Element element)
public Element writeTemplateContext(TemplateContext defaultContext)
public Element writeTemplateContext(TemplateContext defaultContext, <any> idToType)
public static <any> getIdToType()
public java.lang.String toString()
toString
in class java.lang.Object