Uses of Class
javax.activation.CommandInfo

Packages that use CommandInfo
javax.activation   
 

Uses of CommandInfo in javax.activation
 

Methods in javax.activation that return CommandInfo
 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.
 

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



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.