Uses of Interface
freemarker.template.TemplateBooleanModel
Packages that use TemplateBooleanModel
Package
Description
The default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates.
Exposes Jython objects to templates.
Exposes Rhino (ECMAScript) objects to templates.
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (see also the
Getting Started in the Manual.)Various classes used by core FreeMarker code but might be useful outside of it too.
-
Uses of TemplateBooleanModel in freemarker.ext.beans
Classes in freemarker.ext.beans that implement TemplateBooleanModelModifier and TypeClassDescriptionclassA class that will wrap instances ofBooleaninto aTemplateBooleanModel. -
Uses of TemplateBooleanModel in freemarker.ext.jython
Classes in freemarker.ext.jython that implement TemplateBooleanModelModifier and TypeClassDescriptionclassModel for Jython dictionaries (PyDictionaryandPyStringMap).classGeneric model for arbitrary Jython objects.classModel for Jython numeric objects (PyInteger,PyLong,PyFloat).classModel for Jython sequence objects (PySequencedescendants). -
Uses of TemplateBooleanModel in freemarker.ext.rhino
Classes in freemarker.ext.rhino that implement TemplateBooleanModel -
Uses of TemplateBooleanModel in freemarker.template
Fields in freemarker.template declared as TemplateBooleanModelModifier and TypeFieldDescriptionstatic final TemplateBooleanModelTemplateBooleanModel.FALSEA singleton object to represent boolean falsestatic final TemplateBooleanModelTemplateBooleanModel.TRUEA singleton object to represent boolean true -
Uses of TemplateBooleanModel in freemarker.template.utility
Fields in freemarker.template.utility declared as TemplateBooleanModelModifier and TypeFieldDescriptionstatic final TemplateBooleanModelConstants.FALSEstatic final TemplateBooleanModelConstants.TRUE