freemarker.template
public interface TemplateHashModel extends TemplateModel
NOTHING
Modifier and Type | Method and Description |
---|---|
TemplateModel |
get(String key)
Gets a TemplateModel from the hash.
|
boolean |
isEmpty() |
TemplateModel get(String key) throws TemplateModelException
key
- the name by which the TemplateModel
is identified in the template.TemplateModelException
boolean isEmpty() throws TemplateModelException
TemplateModelException