| Package | Description |
|---|---|
| ddf.mime.custom | |
| ddf.mime.mapper | |
| ddf.mime.tika | |
| org.codice.ddf.endpoints.rest |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomMimeTypeResolver
DDF custom mime type resolution packaged as a
MimeTypeResolver OSGi service that can map
a list of custom file extensions to their corresponding custom mime types, and vice versa. |
| Modifier and Type | Field and Description |
|---|---|
protected MimeTypeResolver |
MimeTypeMapperImpl.mimeTypeResolver |
| Modifier and Type | Field and Description |
|---|---|
protected List<MimeTypeResolver> |
MimeTypeMapperImpl.mimeTypeResolvers
The
List of MimeTypeResolvers configured for this mapper and will be searched
on mime type/file extension mapping requests. |
| Constructor and Description |
|---|
MimeTypeMapperImpl(List<MimeTypeResolver> mimeTypeResolvers)
Constructs the MimeTypeMapper with a list of
MimeTypeResolvers. |
| Modifier and Type | Class and Description |
|---|---|
class |
TikaMimeTypeResolver
Apache Tika mime type resolution packaged as a
MimeTypeResolver OSGi service that can map
a list of file extensions to their corresponding mime types, and vice versa. |
| Modifier and Type | Method and Description |
|---|---|
void |
RESTEndpoint.setTikaMimeTypeResolver(MimeTypeResolver mimeTypeResolver) |
This work is licensed under a Creative Commons Attribution 4.0 International License.