| 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 (also see
Getting Stared in the Manual.) |
| freemarker.template.utility |
Various classes used by core FreeMarker code but might be useful outside of it too.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.HashMap |
Configurable.parseAsImportList(java.lang.String text) |
protected java.util.ArrayList |
Configurable.parseAsList(java.lang.String text) |
protected java.util.ArrayList |
Configurable.parseAsSegmentedList(java.lang.String text) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Template.WrongEncodingException |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
StringUtil.FTLStringLiteralDec(java.lang.String s)
FTL string literal decoding.
\\, \", \', \n, \t, \r, \b and \f will be replaced according to
Java rules.
|