Package | Description |
---|---|
freemarker.cache |
Template loading and caching.
|
freemarker.template |
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (see also the
Getting Stared in the Manual.) |
Modifier and Type | Field | Description |
---|---|---|
static TemplateNameFormat |
TemplateNameFormat.DEFAULT_2_3_0 |
The default template name format when
incompatible_improvements is
below 2.4.0. |
static TemplateNameFormat |
TemplateNameFormat.DEFAULT_2_4_0 |
The default template name format only when
incompatible_improvements
is set to 2.4.0 (or higher). |
Modifier and Type | Method | Description |
---|---|---|
TemplateNameFormat |
TemplateCache.getTemplateNameFormat() |
Constructor | Description |
---|---|
TemplateCache(TemplateLoader templateLoader,
CacheStorage cacheStorage,
TemplateLookupStrategy templateLookupStrategy,
TemplateNameFormat templateNameFormat,
Configuration config) |
Modifier and Type | Method | Description |
---|---|---|
TemplateNameFormat |
Configuration.getTemplateNameFormat() |
The getter pair of
Configuration.setTemplateNameFormat(TemplateNameFormat) . |
Modifier and Type | Method | Description |
---|---|---|
void |
Configuration.setTemplateNameFormat(TemplateNameFormat templateNameFormat) |
Sets the template name format used.
|