Class DocumentViewCodecDescriptor

java.lang.Object
org.nuxeo.ecm.platform.url.codec.descriptor.DocumentViewCodecDescriptor

public class DocumentViewCodecDescriptor extends Object
  • Field Details

    • name

      protected String name
    • className

      protected String className
    • prefix

      protected String prefix
    • defaultCodec

      protected boolean defaultCodec
    • enabled

      protected boolean enabled
    • priority

      protected int priority
  • Constructor Details

    • DocumentViewCodecDescriptor

      public DocumentViewCodecDescriptor()
  • Method Details

    • getClassName

      public String getClassName()
    • getEnabled

      public boolean getEnabled()
    • getPriority

      public int getPriority()
    • getName

      public String getName()
    • getDefaultCodec

      public boolean getDefaultCodec()
    • getPrefix

      public String getPrefix()