Uses of Class
jakarta.activation.ActivationDataFlavor
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Uses of ActivationDataFlavor in jakarta.activation
Modifier and TypeMethodDescriptionDataContentHandler.getTransferDataFlavors()
Returns an array of ActivationDataFlavor objects indicating the flavors the data can be provided in.DataHandler.getTransferDataFlavors()
Return the ActivationDataFlavors in which this data is available.Modifier and TypeMethodDescriptionboolean
ActivationDataFlavor.equals
(ActivationDataFlavor dataFlavor) Compares the ActivationDataFlavor passed in with this ActivationDataFlavor; calls theisMimeTypeEqual
method.DataContentHandler.getTransferData
(ActivationDataFlavor df, DataSource ds) Returns an object which represents the data to be transferred.DataHandler.getTransferData
(ActivationDataFlavor flavor) Returns an object that represents the data to be transferred.boolean
DataHandler.isDataFlavorSupported
(ActivationDataFlavor flavor) Returns whether the specified data flavor is supported for this object.