Uses of Class
javax.activation.DataHandler
-
Packages that use DataHandler Package Description com.sun.activation.viewers javax.activation Jakarta Activation is used by Jakarta Mail to manage MIME data. -
-
Uses of DataHandler in com.sun.activation.viewers
Fields in com.sun.activation.viewers declared as DataHandler Modifier and Type Field Description private DataHandler
ImageViewer. _dh
private DataHandler
TextEditor. _dh
private DataHandler
TextViewer. _dh
Methods in com.sun.activation.viewers with parameters of type DataHandler Modifier and Type Method Description void
ImageViewer. setCommandContext(java.lang.String verb, DataHandler dh)
Set the DataHandler for this CommandObjectvoid
TextEditor. setCommandContext(java.lang.String verb, DataHandler dh)
void
TextViewer. setCommandContext(java.lang.String verb, DataHandler dh)
-
Uses of DataHandler in javax.activation
Fields in javax.activation declared as DataHandler Modifier and Type Field Description (package private) DataHandler
DataHandlerDataSource. dataHandler
Methods in javax.activation with parameters of type DataHandler Modifier and Type Method Description java.lang.Object
CommandInfo. getCommandObject(DataHandler dh, java.lang.ClassLoader loader)
Return the instantiated JavaBean component.void
CommandObject. setCommandContext(java.lang.String verb, DataHandler dh)
Initialize the Command with the verb it is requested to handle and the DataHandler that describes the data it will operate on.Constructors in javax.activation with parameters of type DataHandler Constructor Description DataHandlerDataSource(DataHandler dh)
The constructor.
-