Uses of Interface
jakarta.activation.MimeTypeRegistry
- 
Packages that use MimeTypeRegistry Package Description jakarta.activation.spi Provides interfaces which implementations will be used as service providers for other services that used by Jakarta Activation.
- 
- 
Uses of MimeTypeRegistry in jakarta.activation.spiMethods in jakarta.activation.spi that return MimeTypeRegistry Modifier and Type Method Description MimeTypeRegistryMimeTypeRegistryProvider. getByFileName(java.lang.String name)Retrieve an instance of the MimeTypeRegistry based on the name of the file where the MimeTypeEntries are stored.MimeTypeRegistryMimeTypeRegistryProvider. getByInputStream(java.io.InputStream inputStream)Retrieve an instance of the MimeTypeRegistry based on the InputStream that is used to read data from some named resource.MimeTypeRegistryMimeTypeRegistryProvider. getInMemory()Retrieve an instance of the in-memory implementation of the MimeTypeRegistry.
 
-