Package | Description |
---|---|
freemarker.template |
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (also see
Getting Stared in the Manual.) |
Modifier and Type | Field and Description |
---|---|
static Version |
Configuration.DEFAULT_INCOMPATIBLE_IMPROVEMENTS
The default of
Configuration.getIncompatibleImprovements() , currently new Version(2, 3, 0) . |
Modifier and Type | Method and Description |
---|---|
Version |
Configuration.getIncompatibleImprovements() |
static Version |
Configuration.getVersion()
Returns the FreeMarker version information, most importantly the major.minor.micro version numbers.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setIncompatibleImprovements(Version version)
Sets which of the non-backward-compatible bugfixes/improvements should be enabled.
|