| Package | Description |
|---|---|
| freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template. |
| 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 |
Environment |
Object that represents the runtime environment during template processing.
|
| Modifier and Type | Method | Description |
|---|---|---|
Configurable |
Configurable.getParent() |
Returns the parent
Configurable object of this object. |
| Constructor | Description |
|---|---|
Configurable(Configurable parent) |
Creates a new instance.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Configuration |
The main entry point into the FreeMarker API; encapsulates the configuration settings of FreeMarker,
also serves as a central template-loading and caching service.
|
class |
Template |
Stores an already parsed template, ready to be processed (rendered) for unlimited times, possibly from
multiple threads.
|