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 |
NumberModel
Wraps arbitrary subclass of
Number into a reflective model. |
Modifier and Type | Class and Description |
---|---|
class |
JythonNumberModel
Model for Jython numeric objects (
PyInteger , PyLong ,
PyFloat ). |
Modifier and Type | Class and Description |
---|---|
class |
RhinoFunctionModel |
class |
RhinoScriptableModel |
Modifier and Type | Class and Description |
---|---|
class |
SimpleNumber
A simple implementation of the TemplateNumberModel
interface.
|
Modifier and Type | Field and Description |
---|---|
static TemplateNumberModel |
Constants.MINUS_ONE |
static TemplateNumberModel |
Constants.ONE |
static TemplateNumberModel |
Constants.ZERO |