Package | Description |
---|---|
freemarker.core |
This package contains FreeMarker's core parsing/rendering functionality;
most casual users do not need to be aware of the classes in this package,
and can restrict their attention to the
freemarker.template
package. |
freemarker.template |
This package contains the core API's that most users will use.
|
Modifier and Type | Class and Description |
---|---|
class |
Environment
Object that represents the runtime environment during template processing.
|
Modifier and Type | Method and Description |
---|---|
Configurable |
Configurable.getParent()
Returns the parent Configurable object of this object.
|
Constructor and Description |
---|
Configurable(Configurable parent)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Configuration
Main entry point into the FreeMarker API, this class encapsulates the
various configuration parameters with which FreeMarker is run, as well
as serves as a central template loading and caching point.
|
class |
Template
A core FreeMarker API that represents a compiled template.
|