| java.lang.Object freemarker.testcase.models.BooleanHash2
BooleanHash2 | public class BooleanHash2 implements TemplateHashModel(Code) | | Tests the impact that the isEmpty() has on template hash models.
author: Nicholas Cull version: $Id: BooleanHash2.java,v 1.12 2004/01/06 17:06:44 szegedia Exp $ |
Method Summary | |
public TemplateModel | get(String key) Gets a TemplateModel from the hash.
Parameters: key - the name by which the TemplateModelis identified in the template. | public boolean | isEmpty() |
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. |
isEmpty | public boolean isEmpty()(Code) | | true if this object is empty. |
|
|