Uses of Interface
freemarker.template.TemplateBooleanModel
-
Packages that use TemplateBooleanModel Package Description freemarker.ext.beans Thedefault object wrapperof FreeMarker uses this to expose Java Beans and POJO-s to templates, but it can also be used in itself as a better alternativeObjectWrapper.freemarker.ext.jython Exposes Jython objects to templates.freemarker.ext.rhino Exposes Rhino (ECMAScript) objects to templates.freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration(see also the Getting Stared in the Manual.)freemarker.template.utility 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 TemplateBooleanModel Modifier and Type Class Description classBooleanModelA class that will wrap instances ofBooleaninto aTemplateBooleanModel. -
Uses of TemplateBooleanModel in freemarker.ext.jython
Classes in freemarker.ext.jython that implement TemplateBooleanModel Modifier and Type Class Description classJythonHashModelModel for Jython dictionaries (PyDictionaryandPyStringMap).classJythonModelGeneric model for arbitrary Jython objects.classJythonNumberModelclassJythonSequenceModelModel for Jython sequence objects (PySequencedescendants). -
Uses of TemplateBooleanModel in freemarker.ext.rhino
Classes in freemarker.ext.rhino that implement TemplateBooleanModel Modifier and Type Class Description classRhinoFunctionModelclassRhinoScriptableModel -
Uses of TemplateBooleanModel in freemarker.template
Fields in freemarker.template declared as TemplateBooleanModel Modifier and Type Field Description static TemplateBooleanModelTemplateBooleanModel. FALSEA singleton object to represent boolean falsestatic TemplateBooleanModelTemplateBooleanModel. TRUEA singleton object to represent boolean true -
Uses of TemplateBooleanModel in freemarker.template.utility
Fields in freemarker.template.utility declared as TemplateBooleanModel Modifier and Type Field Description static TemplateBooleanModelConstants. FALSEstatic TemplateBooleanModelConstants. TRUE
-