Uses of Class
javax.activation.CommandInfo
Packages that use CommandInfo
Package
Description
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
-
Uses of CommandInfo in javax.activation
Methods in javax.activation that return CommandInfoModifier and TypeMethodDescriptionabstract CommandInfo[]
CommandMap.getAllCommands
(String mimeType) Get all the available commands for this type.CommandMap.getAllCommands
(String mimeType, DataSource ds) Get all the available commands for this type.DataHandler.getAllCommands()
Return all the commands for this type of data.MailcapCommandMap.getAllCommands
(String mimeType) Get all the available commands in all mailcap files known to this instance of MailcapCommandMap for this MIME type.abstract CommandInfo
CommandMap.getCommand
(String mimeType, String cmdName) Get the default command corresponding to the MIME type.CommandMap.getCommand
(String mimeType, String cmdName, DataSource ds) Get the default command corresponding to the MIME type.DataHandler.getCommand
(String cmdName) Get the command cmdName.MailcapCommandMap.getCommand
(String mimeType, String cmdName) Get the command corresponding tocmdName
for the MIME type.abstract CommandInfo[]
CommandMap.getPreferredCommands
(String mimeType) Get the preferred command list from a MIME Type.CommandMap.getPreferredCommands
(String mimeType, DataSource ds) Get the preferred command list from a MIME Type.DataHandler.getPreferredCommands()
Return the preferred commands for this type of data.MailcapCommandMap.getPreferredCommands
(String mimeType) Get the preferred command list for a MIME Type.Methods in javax.activation with parameters of type CommandInfoModifier and TypeMethodDescriptionDataHandler.getBean
(CommandInfo cmdinfo) A convenience method that takes a CommandInfo object and instantiates the corresponding command, usually a JavaBean component.