A C D E F G H 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 jakarta.activation
- 
MailcapCommandMap extends the CommandMap abstract class.
- MailcapCommandMap() - Constructor for class jakarta.activation.MailcapCommandMap
- 
The default Constructor.
- MailcapCommandMap(InputStream) - Constructor for class jakarta.activation.MailcapCommandMap
- 
Constructor that allows the caller to specify an InputStream containing a jakarta.mailcap file.
- MailcapCommandMap(String) - Constructor for class jakarta.activation.MailcapCommandMap
- 
Constructor that allows the caller to specify the path of a jakarta.mailcap file.
- MailcapRegistry - Interface in jakarta.activation
- 
The MailcapRegistry interface is implemented by objects that can be used to store and retrieve MailcapEntries.
- MailcapRegistryProvider - Interface in jakarta.activation.spi
- 
This interface defines a factory forMailcapRegistry.
- match(MimeType) - Method in class jakarta.activation.MimeType
- 
Determine if the primary and sub type of this object is the same as what is in the given type.
- match(String) - Method in class jakarta.activation.MimeType
- 
Determine if the primary and sub type of this object is the same as the content type described in rawdata.
- MimeType - Class in jakarta.activation
- 
A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
- MimeType() - Constructor for class jakarta.activation.MimeType
- 
Default constructor.
- MimeType(String) - Constructor for class jakarta.activation.MimeType
- 
Constructor that builds a MimeType from a String.
- MimeType(String, String) - Constructor for class jakarta.activation.MimeType
- 
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.
- MimeTypeEntry - Class in jakarta.activation
- 
Represents mapping between the file extension and the MIME type string.
- MimeTypeEntry(String, String) - Constructor for class jakarta.activation.MimeTypeEntry
- 
Create newMimeTypeEntry
- MimeTypeParameterList - Class in jakarta.activation
- 
A parameter list of a MimeType as defined in RFC 2045 and 2046.
- MimeTypeParameterList() - Constructor for class jakarta.activation.MimeTypeParameterList
- 
Default constructor.
- MimeTypeParameterList(String) - Constructor for class jakarta.activation.MimeTypeParameterList
- 
Constructs a new MimeTypeParameterList with the passed in data.
- MimeTypeParseException - Exception in jakarta.activation
- 
A class to encapsulate MimeType parsing related exceptions.
- MimeTypeParseException() - Constructor for exception jakarta.activation.MimeTypeParseException
- 
Constructs a MimeTypeParseException with no specified detail message.
- MimeTypeParseException(String) - Constructor for exception jakarta.activation.MimeTypeParseException
- 
Constructs a MimeTypeParseException with the specified detail message.
- MimeTypeRegistry - Interface in jakarta.activation
- 
The MimeTypeRegistry interface is implemented by objects that can be used to store and retrieve MimeTypeEntries.
- MimeTypeRegistryProvider - Interface in jakarta.activation.spi
- 
This interface defines a factory forMimeTypeRegistry.
- MimetypesFileTypeMap - Class in jakarta.activation
- 
This class extends FileTypeMap and provides data typing of files via their file extension.
- MimetypesFileTypeMap() - Constructor for class jakarta.activation.MimetypesFileTypeMap
- 
The default constructor.
- MimetypesFileTypeMap(InputStream) - Constructor for class jakarta.activation.MimetypesFileTypeMap
- 
Construct a MimetypesFileTypeMap with programmatic entries added from the InputStream.
- MimetypesFileTypeMap(String) - Constructor for class jakarta.activation.MimetypesFileTypeMap
- 
Construct a MimetypesFileTypeMap with programmatic entries added from the named file.
All Classes All Packages