freemarker.testcase.models
Class BooleanHash1
java.lang.Object
freemarker.testcase.models.BooleanHash1
- TemplateHashModel, TemplateModel
public class BooleanHash1
extends java.lang.Object
Tests the impact that the isEmpty() has on template hash models.
$Id: BooleanHash1.java,v 1.15 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.