Uses of Class
javax.activation.CommandMap
-
Packages that use CommandMap Package Description javax.activation The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API 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.Fields in javax.activation declared as CommandMap Modifier and Type Field Description private CommandMapDataHandler. currentCommandMapprivate static CommandMapCommandMap. defaultCommandMapFields in javax.activation with type parameters of type CommandMap Modifier and Type Field Description private static java.util.Map<java.lang.ClassLoader,CommandMap>CommandMap. mapMethods in javax.activation that return CommandMap Modifier and Type Method Description private CommandMapDataHandler. getCommandMap()Return the CommandMap for this instance of DataHandler.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.
-