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 classMailcapCommandMapMailcapCommandMap extends the CommandMap abstract class.Methods in javax.activation that return CommandMap Modifier and Type Method Description static CommandMapCommandMap. getDefaultCommandMap()Get the default CommandMap.Methods in javax.activation with parameters of type CommandMap Modifier and Type Method Description voidDataHandler. setCommandMap(CommandMap commandMap)Set the CommandMap for use by this DataHandler.static voidCommandMap. setDefaultCommandMap(CommandMap commandMap)Set the default CommandMap.
-