Modifier and Type | Method and Description |
---|---|
CommandInfo[] |
DataHandler.getAllCommands() |
CommandInfo[] |
MailcapCommandMap.getAllCommands(String mimeType) |
abstract CommandInfo[] |
CommandMap.getAllCommands(String mimeType)
Get all available commands for the given
mimetype.
|
CommandInfo[] |
CommandMap.getAllCommands(String mimeType,
DataSource ds)
Get the entire command set for the given
mimetype, as modified by the DataSource.
|
CommandInfo |
DataHandler.getCommand(String cmdName) |
CommandInfo |
MailcapCommandMap.getCommand(String mimeType,
String cmdName) |
abstract CommandInfo |
CommandMap.getCommand(String mimeType,
String cmdName)
Get the default command implementation for a
give mimeType
|
CommandInfo |
CommandMap.getCommand(String mimeType,
String cmdName,
DataSource ds)
Get the default command implementation for a
given mimeType/DataSource combo.
|
CommandInfo[] |
DataHandler.getPreferredCommands() |
CommandInfo[] |
MailcapCommandMap.getPreferredCommands(String mimeType) |
abstract CommandInfo[] |
CommandMap.getPreferredCommands(String mimeType)
Get the preferred commands for the given
mimetype.
|
CommandInfo[] |
CommandMap.getPreferredCommands(String mimeType,
DataSource ds)
Get the preferred commands for the given
mimetype, as modified by the DataSource.
|
Modifier and Type | Method and Description |
---|---|
Object |
DataHandler.getBean(CommandInfo cmdinfo) |
Copyright © 2013. All Rights Reserved.