|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateBooleanModel | |
freemarker.ext.beans | Provides model implementations that allow access to arbitrary Java objects. |
freemarker.ext.jython | Provides model implementations that allow access to arbitrary Jython objects. |
freemarker.template | This package contains the core API's that most users will use. |
Uses of TemplateBooleanModel in freemarker.ext.beans |
Classes in freemarker.ext.beans that implement TemplateBooleanModel | |
class |
BooleanModel
A class that will wrap instances of Boolean into a
TemplateBooleanModel . |
Uses of TemplateBooleanModel in freemarker.ext.jython |
Classes in freemarker.ext.jython that implement TemplateBooleanModel | |
class |
JythonHashModel
Model for Jython dictionaries ( PyDictionary
and PyStringMap ).
|
class |
JythonModel
Generic model for arbitrary Jython objects. |
class |
JythonNumberModel
Model for Jython numeric objects ( PyInteger , PyLong ,
PyFloat ). |
class |
JythonSequenceModel
Model for Jython sequence objects ( PySequence descendants). |
Uses of TemplateBooleanModel in freemarker.template |
Fields in freemarker.template declared as TemplateBooleanModel | |
static TemplateBooleanModel |
TemplateBooleanModel.FALSE
A singleton object to represent boolean false |
static TemplateBooleanModel |
TemplateBooleanModel.TRUE
A singleton object to represent boolean true |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |