Uses of Interface
jakarta.activation.DataContentHandler
Packages that use DataContentHandler
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Uses of DataContentHandler in jakarta.activation
Classes in jakarta.activation that implement DataContentHandlerModifier and TypeClassDescription(package private) class(package private) classFields in jakarta.activation declared as DataContentHandlerModifier and TypeFieldDescriptionprivate DataContentHandlerDataHandler.dataContentHandlerprivate DataContentHandlerDataSourceDataContentHandler.dchprivate DataContentHandlerObjectDataContentHandler.dchprivate DataContentHandlerDataHandler.factoryDCHMethods in jakarta.activation that return DataContentHandlerModifier and TypeMethodDescriptionabstract DataContentHandlerCommandMap.createDataContentHandler(String mimeType) Locate a DataContentHandler that corresponds to the MIME type.CommandMap.createDataContentHandler(String mimeType, DataSource ds) Locate a DataContentHandler that corresponds to the MIME type.DataContentHandlerFactory.createDataContentHandler(String mimeType) Creates a new DataContentHandler object for the MIME type.MailcapCommandMap.createDataContentHandler(String mimeType) Return the DataContentHandler for the specified MIME type.private DataContentHandlerDataHandler.getDataContentHandler()Get the DataContentHandler for this DataHandler:private DataContentHandlerMailcapCommandMap.getDataContentHandler(String name) ObjectDataContentHandler.getDCH()Return the DataContentHandler for this object.Constructors in jakarta.activation with parameters of type DataContentHandlerModifierConstructorDescriptionThe constructor.ObjectDataContentHandler(DataContentHandler dch, Object obj, String mimeType) The constructor.