freemarker.testcase.models
Class BooleanHash2
java.lang.Object
freemarker.testcase.models.BooleanHash2
- TemplateHashModel, TemplateModel
public class BooleanHash2
extends java.lang.Object
Tests the impact that the isEmpty() has on template hash models.
$Id: BooleanHash2.java,v 1.12 2004/01/06 17:06:44 szegedia Exp $
get
public TemplateModel get(String key)
Gets a TemplateModel from the hash.
- get in interface TemplateHashModel
key
- the name by which the TemplateModel
is identified in the template.
- the TemplateModel referred to by the key,
or null if not found.