Package org.exoplatform.onlyoffice
Class OnlyofficeEditorServiceImpl.DocumentTypesConfig
java.lang.Object
org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.DocumentTypesConfig
- Enclosing class:
OnlyofficeEditorServiceImpl
NewDocumentTypesConfig.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the mime types.voidsetMimeTypes(List<String> mimeTypes) Sets the mime types.
-
Field Details
-
mimeTypes
The mime types.
-
-
Constructor Details
-
DocumentTypesConfig
public DocumentTypesConfig()
-
-
Method Details
-
getMimeTypes
Gets the mime types.- Returns:
- the mime types
-
setMimeTypes
Sets the mime types.- Parameters:
mimeTypes- the new mime types
-