Uses of Class
freemarker.core.TemplateValueFormat
-
Packages that use TemplateValueFormat Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of TemplateValueFormat in freemarker.core
Subclasses of TemplateValueFormat in freemarker.core Modifier and Type Class Description class
TemplateDateFormat
Represents a date/time/dateTime format; used in templates for formatting and parsing with that format.class
TemplateNumberFormat
Represents a number format; used in templates for formatting and parsing with that format.
-