| 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 Started in the Manual.) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJSONLikeFormat
Defines the methods in
CFormat that are the same for all JSON-like languages. |
class |
JavaCFormat
|
class |
JavaScriptCFormat
"JavaScript"
CFormat, to be used when generating JavaScript (and not JSON), except, in most cases
JavaScriptOrJSONCFormat is recommended over this. |
class |
JavaScriptOrJSONCFormat
"JavaScript or JSON"
CFormat; for generating output that's compatible with both JSON and JavaScript. |
class |
JSONCFormat
"JSON"
CFormat; to be used when generating JSON (and not JavaScript), except, in most cases
JavaScriptOrJSONCFormat is recommended over this. |
class |
LegacyCFormat
|
class |
XSCFormat
|
| Modifier and Type | Method and Description |
|---|---|
CFormat |
Configurable.getCFormat()
Getter pair of
Configurable.setCFormat(CFormat). |
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setCFormat(CFormat cFormat) |
void |
Configurable.setCFormat(CFormat cFormat)
Sets the format (usually a computer language) used for
?c, ?cn, and for the
"c" ("computer" before 2.3.32) number_format, and the
"c" boolean_format. |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setCFormat(CFormat cFormat) |