Uses of Class
javax.activation.CommandInfo

Uses of CommandInfo in javax.activation
 

Methods in javax.activation that return CommandInfo
 CommandInfo[] DataHandler.getAllCommands()
           
abstract  CommandInfo[] CommandMap.getAllCommands(java.lang.String mimeType)
          Get all available commands for the given mimetype.
 CommandInfo[] MailcapCommandMap.getAllCommands(java.lang.String mimeType)
           
 CommandInfo[] CommandMap.getAllCommands(java.lang.String mimeType, DataSource ds)
          Get the entire command set for the given mimetype, as modified by the DataSource.
 CommandInfo DataHandler.getCommand(java.lang.String cmdName)
           
abstract  CommandInfo CommandMap.getCommand(java.lang.String mimeType, java.lang.String cmdName)
          Get the default command implementation for a give mimeType
 CommandInfo MailcapCommandMap.getCommand(java.lang.String mimeType, java.lang.String cmdName)
           
 CommandInfo CommandMap.getCommand(java.lang.String mimeType, java.lang.String cmdName, DataSource ds)
          Get the default command implementation for a given mimeType/DataSource combo.
 CommandInfo[] DataHandler.getPreferredCommands()
           
abstract  CommandInfo[] CommandMap.getPreferredCommands(java.lang.String mimeType)
          Get the preferred commands for the given mimetype.
 CommandInfo[] MailcapCommandMap.getPreferredCommands(java.lang.String mimeType)
           
 CommandInfo[] CommandMap.getPreferredCommands(java.lang.String mimeType, DataSource ds)
          Get the preferred commands for the given mimetype, as modified by the DataSource.
 

Methods in javax.activation with parameters of type CommandInfo
 java.lang.Object DataHandler.getBean(CommandInfo cmdinfo)
           
 



Copyright © 2009. All Rights Reserved.