|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSource | |
---|---|
javax.activation |
Uses of DataSource in javax.activation |
---|
Classes in javax.activation that implement DataSource | |
---|---|
class |
FileDataSource
|
class |
URLDataSource
|
Methods in javax.activation that return DataSource | |
---|---|
DataSource |
DataHandler.getDataSource()
|
Methods in javax.activation with parameters of type DataSource | |
---|---|
DataContentHandler |
CommandMap.createDataContentHandler(String mimeType,
DataSource ds)
Locate a DataContentHandler for the given mime type. |
CommandInfo[] |
CommandMap.getAllCommands(String mimeType,
DataSource ds)
Get the entire command set for the given mimetype, as modified by the DataSource. |
CommandInfo |
CommandMap.getCommand(String mimeType,
String cmdName,
DataSource ds)
Get the default command implementation for a given mimeType/DataSource combo. |
Object |
DataContentHandler.getContent(DataSource ds)
|
CommandInfo[] |
CommandMap.getPreferredCommands(String mimeType,
DataSource ds)
Get the preferred commands for the given mimetype, as modified by the DataSource. |
Object |
DataContentHandler.getTransferData(DataFlavor df,
DataSource ds)
|
Constructors in javax.activation with parameters of type DataSource | |
---|---|
DataHandler(DataSource ds)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |