Uses of Class
freemarker.core.TemplateValueFormatFactory
-
Packages that use TemplateValueFormatFactory Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of TemplateValueFormatFactory in freemarker.core
Subclasses of TemplateValueFormatFactory in freemarker.core Modifier and Type Class Description class
AliasTemplateDateFormatFactory
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.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.class
TemplateDateFormatFactory
Factory for a certain kind of date/time/dateTime formatting (TemplateDateFormat
).class
TemplateNumberFormatFactory
Factory for a certain kind of number formatting (TemplateNumberFormat
).
-