...
The MimeTypeMapper is the entry point in
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...
The MimeTypeMapper maintains a list of all of the MimeTypeResolvers in
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
The MimeTypeMapper accesses each MimeTypeResolver, according to its priority, until the provided file extension is successfully mapped to its corresponding mime type. If no mapping is found for the file extension, then null
is returned for the mime type. Similarly, the MimeTypeMapper accesses each MimeTypeResolver, according to its priority, until the provided mime type is successfully mapped to its corresponding file extension. If no mapping is found for the mime type, then null
is returned for the file extension.
...
Examples of MimeTypeMappers provided in
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|