Class ScriptRenditionDefinition

  • All Implemented Interfaces:
    java.io.Serializable, Scopeable

    @Deprecated
    public final class ScriptRenditionDefinition
    extends ScriptAction
    Deprecated.
    The RenditionService is being replace by the simpler async RenditionService2.
    RenditionDefinition JavaScript Object. This class is a JavaScript-friendly wrapper for the renditionDefinition class.
    Author:
    Neil McErlean
    See Also:
    RenditionDefinition, Serialized Form
    • Method Detail

      • getRenditionName

        public java.lang.String getRenditionName()
        Deprecated.
        Returns the name of this rendition definition in prefix:localName format.
        Returns:
        the name which uniquely identifies this rendition definition.
      • getRenderingEngineName

        public java.lang.String getRenderingEngineName()
        Deprecated.
        Returns the name of the Rendering Engine used by this definition.
        Returns:
        String
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object