Uses of Interface freemarker.template.TemplateBooleanModel

Uses in package freemarker.template

Fields of type freemarker.template.TemplateBooleanModel

TemplateBooleanModel
A singleton object to represent boolean false
TemplateBooleanModel
A singleton object to represent boolean true

Uses in package freemarker.template.utility

Fields of type freemarker.template.TemplateBooleanModel

TemplateBooleanModel
TemplateBooleanModel

Uses in package freemarker.ext.jython

Classes implementing freemarker.template.TemplateBooleanModel

class
Model for Jython dictionaries (org.python.core.PyDictionary and org.python.core.PyStringMap).
class
Generic model for arbitrary Jython objects.
class
Model for Jython numeric objects (org.python.core.PyInteger, org.python.core.PyLong, org.python.core.PyFloat).
class
Model for Jython sequence objects (org.python.core.PySequence descendants).

Uses in package freemarker.ext.beans

Classes implementing freemarker.template.TemplateBooleanModel

class
A class that will wrap instances of java.lang.Boolean into a TemplateBooleanModel.