Searched defs:MailcapCommandMap (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMailcapCommandMap.java36 * MailcapCommandMap extends the CommandMap
40 * The MailcapCommandMap can be configured both programmatically
44 * The MailcapCommandMap looks in various places in the user's
46 * to search for commands in the MailcapCommandMap, it searches
50 * <li> Programatically added entries to the MailcapCommandMap instance.
67 * MailcapCommandMap extends this specification by using a parameter mechanism
72 * parsed, the MailcapCommandMap recognizes certain parameter signatures,
74 * The MailcapCommandMap uses this signature to find
77 * are read by the MailcapCommandMap as identifying a command
79 * content-handler</code> the MailcapCommandMap recognize
120 public class MailcapCommandMap extends CommandMap { class in inherits:CommandMap
134 public MailcapCommandMap() { method in class:MailcapCommandMap
305 public MailcapCommandMap(String fileName) throws IOException { method in class:MailcapCommandMap
322 public MailcapCommandMap(InputStream is) { method in class:MailcapCommandMap
[all...]

Completed in 30 milliseconds