Uses of Class
jakarta.activation.CommandInfo
Packages that use CommandInfo
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Uses of CommandInfo in jakarta.activation
Methods in jakarta.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 CommandInfoCommandMap.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 tocmdNamefor 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 jakarta.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.Method parameters in jakarta.activation with type arguments of type CommandInfoModifier and TypeMethodDescriptionprivate voidMailcapCommandMap.appendCmdsToList(Map<String, List<String>> typeHash, List<CommandInfo> cmdList) Put the commands that are in the hash table, into the list.private voidMailcapCommandMap.appendPrefCmdsToList(Map<String, List<String>> cmdHash, List<CommandInfo> cmdList) Put the commands that are in the hash table, into the list.private booleanMailcapCommandMap.checkForVerb(List<CommandInfo> cmdList, String verb) Check the cmdList to see if this command exists, return true if the verb is there.