| Package | Description |
|---|---|
| org.opencms.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMimeType |
CmsResourceManager.addMimeType(java.lang.String extension,
java.lang.String type)
Adds a new MIME type from the XML configuration to the internal list of MIME types.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsMimeType> |
CmsResourceManager.getMimeTypes()
Returns an unmodifiable List of the configured
CmsMimeType objects. |
| Modifier and Type | Method and Description |
|---|---|
int |
CmsMimeType.compareTo(CmsMimeType obj)
MIME-types are compared according to the type first, and to the extension second.
|