public abstract class AbstractElementDef extends Object implements freemarker.template.TemplateHashModel
| Constructor and Description |
|---|
AbstractElementDef() |
| Modifier and Type | Method and Description |
|---|---|
freemarker.template.TemplateModel |
get(String key) |
Object |
getFieldValue(String name) |
boolean |
isEmpty() |
Map<String,Object> |
toMap() |
protected static String |
toMultiLineString(String indent,
Map<String,?> map) |
String |
toString() |
String |
toString(String indent) |
public AbstractElementDef()
public boolean isEmpty() throws freemarker.template.TemplateModelException
isEmpty in interface freemarker.template.TemplateHashModelfreemarker.template.TemplateModelExceptionpublic freemarker.template.TemplateModel get(String key) throws freemarker.template.TemplateModelException
get in interface freemarker.template.TemplateHashModelfreemarker.template.TemplateModelExceptionpublic Object getFieldValue(String name)
protected static String toMultiLineString(String indent, Map<String,?> map)
Copyright © 2017. All Rights Reserved.