Uses of Class
org.opencms.loader.CmsMimeType
Packages that use CmsMimeType
Package
Description
Low-level functions to manage the loading of resources from the OpenCms VFS.
-
Uses of CmsMimeType in org.opencms.loader
Methods in org.opencms.loader that return CmsMimeTypeModifier and TypeMethodDescriptionCmsResourceManager.addMimeType
(String extension, String type) Adds a new MIME type from the XML configuration to the internal list of MIME types.Methods in org.opencms.loader that return types with arguments of type CmsMimeTypeModifier and TypeMethodDescriptionCmsResourceManager.getMimeTypes()
Returns an unmodifiable List of the configuredCmsMimeType
objects.Methods in org.opencms.loader with parameters of type CmsMimeTypeModifier and TypeMethodDescriptionint
CmsMimeType.compareTo
(CmsMimeType obj) MIME-types are compared according to the type first, and to the extension second.