Uses of Class
jakarta.activation.CommandMap
Packages that use CommandMap
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Uses of CommandMap in jakarta.activation
Subclasses of CommandMap in jakarta.activationModifier and TypeClassDescriptionclassMailcapCommandMap extends the CommandMap abstract class.Fields in jakarta.activation declared as CommandMapModifier and TypeFieldDescriptionprivate CommandMapDataHandler.currentCommandMapprivate static CommandMapCommandMap.defaultCommandMapFields in jakarta.activation with type parameters of type CommandMapMethods in jakarta.activation that return CommandMapModifier and TypeMethodDescriptionprivate CommandMapDataHandler.getCommandMap()Return the CommandMap for this instance of DataHandler.static CommandMapCommandMap.getDefaultCommandMap()Get the default CommandMap.Methods in jakarta.activation with parameters of type CommandMapModifier and TypeMethodDescriptionvoidDataHandler.setCommandMap(CommandMap commandMap) Set the CommandMap for use by this DataHandler.static voidCommandMap.setDefaultCommandMap(CommandMap commandMap) Set the default CommandMap.