Uses of Class
javax.activation.CommandMap
-
Packages that use CommandMap Package Description javax.activation Jakarta Activation is used by Jakarta Mail to manage MIME data. -
-
Uses of CommandMap in javax.activation
Subclasses of CommandMap in javax.activation Modifier and Type Class Description class
MailcapCommandMap
MailcapCommandMap extends the CommandMap abstract class.Fields in javax.activation declared as CommandMap Modifier and Type Field Description private CommandMap
DataHandler. currentCommandMap
private static CommandMap
CommandMap. defaultCommandMap
Fields in javax.activation with type parameters of type CommandMap Modifier and Type Field Description private static java.util.Map<java.lang.ClassLoader,CommandMap>
CommandMap. map
Methods in javax.activation that return CommandMap Modifier and Type Method Description private CommandMap
DataHandler. getCommandMap()
Return the CommandMap for this instance of DataHandler.static CommandMap
CommandMap. getDefaultCommandMap()
Get the default CommandMap.Methods in javax.activation with parameters of type CommandMap Modifier and Type Method Description void
DataHandler. setCommandMap(CommandMap commandMap)
Set the CommandMap for use by this DataHandler.static void
CommandMap. setDefaultCommandMap(CommandMap commandMap)
Set the default CommandMap.
-