Package freemarker.core
Class TemplateValueFormat
java.lang.Object
freemarker.core.TemplateValueFormat
- Direct Known Subclasses:
TemplateDateFormat
,TemplateNumberFormat
Superclass of all value format objects; objects that convert values to strings, or parse strings.
- Since:
- 2.3.24
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
Meant to be used in error messages to tell what format the parsed string didn't fit.
-
Constructor Details
-
TemplateValueFormat
public TemplateValueFormat()
-
-
Method Details
-
getDescription
Meant to be used in error messages to tell what format the parsed string didn't fit.
-