| java.lang.Object freemarker.testcase.models.MultiModel1
MultiModel1 | public MultiModel1()(Code) | | Creates new MultiModel1
|
get | public TemplateModel get(String key)(Code) | | Gets a TemplateModel from the hash.
Parameters: key - the name by which the TemplateModelis identified in the template. the TemplateModel referred to by the key,or null if not found. |
getAsString | public String getAsString()(Code) | | Returns the scalar's value as a String.
the String value of this scalar. |
isEmpty | public boolean isEmpty()(Code) | | true if this object is empty. |
|
|