Class Formatter

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
GeneratedItemFormatter, GeneratedMediaFormatter

public abstract class Formatter extends GeneratedFormatter
Abstract super class of all Formatter classes. Contains the attribute outputMimeType. Each Formatter holds internal a datascript (e.g. the XSL Script or a velocity template) which have to be set by the initialisation of the Formatter
See Also:
  • Constructor Details

    • Formatter

      public Formatter()
  • Method Details