|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataContentHandler | |
javax.activation |
Uses of DataContentHandler in javax.activation |
Classes in javax.activation that implement DataContentHandler | |
(package private) class |
DataSourceDataContentHandler
|
(package private) class |
ObjectDataContentHandler
|
Methods in javax.activation that return DataContentHandler | |
abstract DataContentHandler |
CommandMap.createDataContentHandler(String mimeType)
Locate a DataContentHandler that corresponds to the MIME type. |
DataContentHandler |
MailcapCommandMap.createDataContentHandler(String mimeType)
Return the DataContentHandler for the specified MIME type. |
DataContentHandler |
DataContentHandlerFactory.createDataContentHandler(String mimeType)
Creates a new DataContentHandler object for the MIME type. |
DataContentHandler |
ObjectDataContentHandler.getDCH()
Return the DataContentHandler for this object. |
Constructors in javax.activation with parameters of type DataContentHandler | |
DataSourceDataContentHandler(DataContentHandler dch,
DataSource ds)
The constructor. |
|
ObjectDataContentHandler(DataContentHandler dch,
Object obj,
String mimeType)
The constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |