Uses of Interface
jakarta.activation.MailcapRegistry
-
Packages that use MailcapRegistry Package Description jakarta.activation Jakarta Activation is used by Jakarta Mail to manage MIME data.jakarta.activation.spi Provides interfaces which implementations will be used as service providers for other services that used by Jakarta Activation. -
-
Uses of MailcapRegistry in jakarta.activation
Fields in jakarta.activation declared as MailcapRegistry Modifier and Type Field Description private MailcapRegistry[]
MailcapCommandMap. DB
Methods in jakarta.activation that return MailcapRegistry Modifier and Type Method Description private MailcapRegistry
MailcapCommandMap. loadFile(java.lang.String name)
Load from the named file.private MailcapRegistry
MailcapCommandMap. loadResource(java.lang.String name)
Load from the named resource.Method parameters in jakarta.activation with type arguments of type MailcapRegistry Modifier and Type Method Description private void
MailcapCommandMap. loadAllResources(java.util.List<MailcapRegistry> v, java.lang.String name)
Load all of the named resource. -
Uses of MailcapRegistry in jakarta.activation.spi
Methods in jakarta.activation.spi that return MailcapRegistry Modifier and Type Method Description MailcapRegistry
MailcapRegistryProvider. getByFileName(java.lang.String name)
Retrieve an instance of the MailcapRegistry based on the name of the file where the MailcapEntries are stored.MailcapRegistry
MailcapRegistryProvider. getByInputStream(java.io.InputStream inputStream)
Retrieve an instance of the MailcapRegistry based on the InputStream that is used to read data from some named resource.MailcapRegistry
MailcapRegistryProvider. getInMemory()
Retrieve an instance of the in-memory implementation of the MailcapRegistry.
-