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 classCreates 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 classCreates 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.classFactory for a certain kind of date/time/dateTime formatting (TemplateDateFormat).classFactory for a certain kind of number formatting (TemplateNumberFormat).