Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The MimeTypeMapper is the entry point in

Insert excerpt
ApplicationName
ApplicationName
nopaneltrueApplicationName
 for resolving file extensions to mime types, and vice versa.

...

The MimeTypeMapper maintains a list of all of the MimeTypeResolvers in 

Insert excerpt
ApplicationName
ApplicationName
nopaneltrueApplicationName
.

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
ApplicationName
ApplicationName
nopaneltrueApplicationName
 are:

DDF Mime TypeMapper