Class DocumentTypePlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.onlyoffice.DocumentTypePlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class DocumentTypePlugin extends org.exoplatform.container.component.BaseComponentPlugin
The DocumentTypePlugin.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.exoplatform.services.log.Log
    The Constant LOG.
    protected List<String>
    The mime types.

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    DocumentTypePlugin(org.exoplatform.container.xml.InitParams initParams)
    Initializes a DocumentTypePlugin.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the mimeTypes.

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG

      protected static final org.exoplatform.services.log.Log LOG
      The Constant LOG.
    • mimeTypes

      protected List<String> mimeTypes
      The mime types.
  • Constructor Details

    • DocumentTypePlugin

      public DocumentTypePlugin(org.exoplatform.container.xml.InitParams initParams)
      Initializes a DocumentTypePlugin.
      Parameters:
      initParams - the initParams
  • Method Details

    • getMimeTypes

      public List<String> getMimeTypes()
      Gets the mimeTypes.
      Returns:
      the mimeTypes