| Package | Description |
|---|---|
| freemarker.ext.beans |
The
default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates, but it can also be used in itself as a
better alternative ObjectWrapper. |
| freemarker.ext.rhino |
Exposes Rhino (ECMAScript) objects to templates.
|
| freemarker.template |
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (also see
Getting Stared in the Manual.) |
| Class and Description |
|---|
| BeanModel
A class that will wrap an arbitrary object into
TemplateHashModel
interface allowing calls to arbitrary property getters and invocation of
accessible methods on the object from a template using the
object.foo to access properties and object.bar(arg1, arg2) to
invoke methods on it. |
| BeansWrapper
Utility class that provides generic services to reflection classes.
|
| BeansWrapper.MethodAppearanceDecision
Experimental class; subject to change!
|
| StringModel
Subclass of
BeanModel that exposes the return value of the Object.toString() method through the TemplateScalarModel
interface. |
| Class and Description |
|---|
| BeansWrapper
Utility class that provides generic services to reflection classes.
|
| Class and Description |
|---|
| BeansWrapper
Utility class that provides generic services to reflection classes.
|