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