Frames | No Frames |
Fields of type freemarker.template.TemplateBooleanModel | |
TemplateBooleanModel | A singleton object to represent boolean false
|
TemplateBooleanModel | A singleton object to represent boolean true
|
Fields of type freemarker.template.TemplateBooleanModel | |
TemplateBooleanModel | |
TemplateBooleanModel |
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). |
Classes implementing freemarker.template.TemplateBooleanModel | |
class | A class that will wrap instances of java.lang.Boolean into a
TemplateBooleanModel . |