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 HashMap |
Configurable.parseAsImportList(String text) |
protected ArrayList |
Configurable.parseAsList(String text) |
protected ArrayList |
Configurable.parseAsSegmentedList(String text) |
Modifier and Type | Class and Description |
---|---|
static class |
Template.WrongEncodingException |
Modifier and Type | Method and Description |
---|---|
static String |
StringUtil.FTLStringLiteralDec(String s)
FTL string literal decoding.
|