java.lang.Object
freemarker.testcase.models.BooleanHash1
- All Implemented Interfaces:
- freemarker.template.TemplateHashModel, freemarker.template.TemplateModel
- public class BooleanHash1
- extends java.lang.Object
- implements freemarker.template.TemplateHashModel
Tests the impact that the isEmpty() has on template hash models.
- Version:
- $Id: BooleanHash1.java,v 1.15 2004/01/06 17:06:44 szegedia Exp $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanHash1
public BooleanHash1()
get
public freemarker.template.TemplateModel get(java.lang.String key)
- Gets a TemplateModel from the hash.
- Specified by:
get
in interface freemarker.template.TemplateHashModel
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface freemarker.template.TemplateHashModel