Package org.exoplatform.onlyoffice
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
FieldsModifier and TypeFieldDescriptionprotected static final org.exoplatform.services.log.LogThe Constant LOG.The mime types.Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionDocumentTypePlugin(org.exoplatform.container.xml.InitParams initParams) Initializes a DocumentTypePlugin. -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
LOG
protected static final org.exoplatform.services.log.Log LOGThe Constant LOG. -
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
Gets the mimeTypes.- Returns:
- the mimeTypes
-