Class TemplateValueFormat

java.lang.Object
freemarker.core.TemplateValueFormat
Direct Known Subclasses:
TemplateDateFormat, TemplateNumberFormat

public abstract class TemplateValueFormat extends Object
Superclass of all value format objects; objects that convert values to strings, or parse strings.
Since:
2.3.24
  • Constructor Details

    • TemplateValueFormat

      public TemplateValueFormat()
  • Method Details

    • getDescription

      public abstract String getDescription()
      Meant to be used in error messages to tell what format the parsed string didn't fit.