Uses of Class
javax.activation.ActivationDataFlavor
-
Packages that use ActivationDataFlavor Package Description javax.activation Jakarta Activation is used by Jakarta Mail to manage MIME data. -
-
Uses of ActivationDataFlavor in javax.activation
Methods in javax.activation that return ActivationDataFlavor Modifier and Type Method Description ActivationDataFlavor[]DataContentHandler. getTransferDataFlavors()Returns an array of DataFlavor objects indicating the flavors the data can be provided in.ActivationDataFlavor[]DataHandler. getTransferDataFlavors()Return the DataFlavors in which this data is available.Methods in javax.activation with parameters of type ActivationDataFlavor Modifier and Type Method Description booleanActivationDataFlavor. equals(ActivationDataFlavor dataFlavor)Compares the DataFlavor passed in with this DataFlavor; calls theisMimeTypeEqualmethod.java.lang.ObjectDataContentHandler. getTransferData(ActivationDataFlavor df, DataSource ds)Returns an object which represents the data to be transferred.java.lang.ObjectDataHandler. getTransferData(ActivationDataFlavor flavor)Returns an object that represents the data to be transferred.booleanDataHandler. isDataFlavorSupported(ActivationDataFlavor flavor)Returns whether the specified data flavor is supported for this object.
-