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