A C D E F G I J M N P R S T U W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
M
- MailcapCommandMap - Class in javax.activation
 - 
MailcapCommandMap extends the CommandMap abstract class.
 - MailcapCommandMap() - Constructor for class javax.activation.MailcapCommandMap
 - 
The default Constructor.
 - MailcapCommandMap(InputStream) - Constructor for class javax.activation.MailcapCommandMap
 - 
Constructor that allows the caller to specify an InputStream containing a mailcap file.
 - MailcapCommandMap(String) - Constructor for class javax.activation.MailcapCommandMap
 - 
Constructor that allows the caller to specify the path of a mailcap file.
 - match(String) - Method in class javax.activation.MimeType
 - 
Determine if the primary and sub type of this object is the same as the content type described in rawdata.
 - match(MimeType) - Method in class javax.activation.MimeType
 - 
Determine if the primary and sub type of this object is the same as what is in the given type.
 - MimeType - Class in javax.activation
 - 
A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
 - MimeType() - Constructor for class javax.activation.MimeType
 - 
Default constructor.
 - MimeType(String) - Constructor for class javax.activation.MimeType
 - 
Constructor that builds a MimeType from a String.
 - MimeType(String, String) - Constructor for class javax.activation.MimeType
 - 
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.
 - MimeTypeParameterList - Class in javax.activation
 - 
A parameter list of a MimeType as defined in RFC 2045 and 2046.
 - MimeTypeParameterList() - Constructor for class javax.activation.MimeTypeParameterList
 - 
Default constructor.
 - MimeTypeParameterList(String) - Constructor for class javax.activation.MimeTypeParameterList
 - 
Constructs a new MimeTypeParameterList with the passed in data.
 - MimeTypeParseException - Exception in javax.activation
 - 
A class to encapsulate MimeType parsing related exceptions.
 - MimeTypeParseException() - Constructor for exception javax.activation.MimeTypeParseException
 - 
Constructs a MimeTypeParseException with no specified detail message.
 - MimeTypeParseException(String) - Constructor for exception javax.activation.MimeTypeParseException
 - 
Constructs a MimeTypeParseException with the specified detail message.
 - MimetypesFileTypeMap - Class in javax.activation
 - 
This class extends FileTypeMap and provides data typing of files via their file extension.
 - MimetypesFileTypeMap() - Constructor for class javax.activation.MimetypesFileTypeMap
 - 
The default constructor.
 - MimetypesFileTypeMap(InputStream) - Constructor for class javax.activation.MimetypesFileTypeMap
 - 
Construct a MimetypesFileTypeMap with programmatic entries added from the InputStream.
 - MimetypesFileTypeMap(String) - Constructor for class javax.activation.MimetypesFileTypeMap
 - 
Construct a MimetypesFileTypeMap with programmatic entries added from the named file.
 
All Classes All Packages