Interface MimeTypeRegistry


public interface MimeTypeRegistry
The MimeTypeRegistry interface is implemented by objects that can be used to store and retrieve MimeTypeEntries.

Application must implement MimeTypeRegistryProvider to create new instances of the MimeTypeRegistry. Implementation of the MimeTypeRegistry can store MimeTypeEntries in different ways and that storage must be accessible through the MimeTypeRegistryProvider methods. Implementation of the MimeTypeRegistry must contain in-memory storage for MimeTypeEntries.