| Package | Description |
|---|---|
| freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template. |
| Modifier and Type | Class and Description |
|---|---|
class |
AliasTemplateNumberFormatFactory
Creates an alias to another format, so that the format can be referred to with a simple name in the template, rather
than as a concrete pattern or other kind of format string.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateNumberFormatFactory |
Configurable.getCustomNumberFormat(String name)
Gets the custom name format registered for the name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends TemplateNumberFormatFactory> |
Configurable.getCustomNumberFormats()
Getter pair of
Configurable.setCustomNumberFormats(Map); do not modify the returned Map! |
| Modifier and Type | Method and Description |
|---|---|
void |
Configurable.setCustomNumberFormats(Map<String,? extends TemplateNumberFormatFactory> customNumberFormats)
Associates names with formatter factories, which then can be referred by the
number_format setting with values starting with @name. |