| 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 and Description |
|---|---|
class |
SimpleObjectWrapper
A restricted object wrapper that will not expose arbitrary object, just those that directly correspond to the
TemplateModel sub-interfaces (String, Map and such). |
| Modifier and Type | Method and Description |
|---|---|
DefaultObjectWrapper |
DefaultObjectWrapperBuilder.build()
Returns a
DefaultObjectWrapper instance that matches the settings of this builder. |