| 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.template |
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (also see
Getting Stared in the Manual.) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeansWrapperBuilder
Gets/creates a
BeansWrapper singleton instance that's already configured as specified in the properties of
this object; this is recommended over using the BeansWrapper constructors. |
| Constructor and Description |
|---|
BeansWrapper(BeansWrapperConfiguration bwConf,
boolean readOnly)
Initializes the instance based on the the
BeansWrapperConfiguration specified. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultObjectWrapperBuilder
Gets/creates a
DefaultObjectWrapper singleton instance that's already configured as specified in the
properties of this object; this is recommended over using the DefaultObjectWrapper constructors. |
| Constructor and Description |
|---|
DefaultObjectWrapper(BeansWrapperConfiguration dowCfg,
boolean readOnly)
|