|
||||||||||
| 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.ext.rhino | Rhino (ECMAScript) support |
| freemarker.template | This package contains the core API's that most users will use. |
| freemarker.template.utility | Utility classes that may be used to customize aspects of FreeMarker. |
| 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.ext.rhino |
|---|
| Classes in freemarker.ext.rhino that implement TemplateBooleanModel | |
|---|---|
class |
RhinoFunctionModel
|
class |
RhinoScriptableModel
|
| 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 |
| Uses of TemplateBooleanModel in freemarker.template.utility |
|---|
| Fields in freemarker.template.utility declared as TemplateBooleanModel | |
|---|---|
static TemplateBooleanModel |
Constants.FALSE
|
static TemplateBooleanModel |
Constants.TRUE
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||