| Package | Description |
|---|---|
| freemarker.template |
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (see also the
Getting Started in the Manual.) |
| 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(DefaultObjectWrapperConfiguration dowCfg,
boolean writeProtected)
Calls
BeansWrapper.BeansWrapper(BeansWrapperConfiguration, boolean) and sets up
DefaultObjectWrapper-specific fields. |