Class GeneratedFormatter

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
Formatter

public abstract class GeneratedFormatter extends Media
Generated class for type Formatter.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedFormatter

      public GeneratedFormatter()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedMedia
    • getOutputMimeType

      public String getOutputMimeType(SessionContext ctx)
      Generated method - Getter of the Formatter.outputMimeType attribute.
      Returns:
      the outputMimeType - The mime type of the output.
    • getOutputMimeType

      public String getOutputMimeType()
      Generated method - Getter of the Formatter.outputMimeType attribute.
      Returns:
      the outputMimeType - The mime type of the output.
    • setOutputMimeType

      public void setOutputMimeType(SessionContext ctx, String value)
      Generated method - Setter of the Formatter.outputMimeType attribute.
      Parameters:
      value - the outputMimeType - The mime type of the output.
    • setOutputMimeType

      public void setOutputMimeType(String value)
      Generated method - Setter of the Formatter.outputMimeType attribute.
      Parameters:
      value - the outputMimeType - The mime type of the output.
    • getScript

      public abstract String getScript(SessionContext ctx)
      Generated method - Getter of the Formatter.script attribute.
      Returns:
      the script
    • getScript

      public String getScript()
      Generated method - Getter of the Formatter.script attribute.
      Returns:
      the script
    • setScript

      public abstract void setScript(SessionContext ctx, String value)
      Generated method - Setter of the Formatter.script attribute.
      Parameters:
      value - the script
    • setScript

      public void setScript(String value)
      Generated method - Setter of the Formatter.script attribute.
      Parameters:
      value - the script