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