Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanModel
A class that will wrap instances of
Boolean into a
TemplateBooleanModel . |
Modifier and Type | Class and Description |
---|---|
class |
JythonHashModel
Model for Jython dictionaries (
PyDictionary
and PyStringMap ). |
class |
JythonModel
Generic model for arbitrary Jython objects.
|
class |
JythonNumberModel
|
class |
JythonSequenceModel
Model for Jython sequence objects (
PySequence descendants). |
Modifier and Type | Class and Description |
---|---|
class |
RhinoFunctionModel |
class |
RhinoScriptableModel |
Modifier and Type | Field and Description |
---|---|
static TemplateBooleanModel |
TemplateBooleanModel.FALSE
A singleton object to represent boolean false
|
static TemplateBooleanModel |
TemplateBooleanModel.TRUE
A singleton object to represent boolean true
|
Modifier and Type | Field and Description |
---|---|
static TemplateBooleanModel |
Constants.FALSE |
static TemplateBooleanModel |
Constants.TRUE |