Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
M
N
P
R
S
T
U
W
M
MailcapCommandMap
- class javax.activation.
MailcapCommandMap
.
MailcapCommandMap extends the CommandMap abstract class.
MailcapCommandMap()
- Constructor for class javax.activation.
MailcapCommandMap
The default Constructor.
MailcapCommandMap(String)
- Constructor for class javax.activation.
MailcapCommandMap
Constructor that allows the caller to specify the path of a
mailcap
file.
MailcapCommandMap(InputStream)
- Constructor for class javax.activation.
MailcapCommandMap
Constructor that allows the caller to specify an
InputStream
containing a mailcap file.
MimeType
- class javax.activation.
MimeType
.
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 javax.activation.
MimeTypeParameterList
.
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 javax.activation.
MimeTypeParseException
.
A class to encapsulate MimeType parsing related exceptions.
MimeTypeParseException()
- Constructor for class javax.activation.
MimeTypeParseException
Constructs a MimeTypeParseException with no specified detail message.
MimeTypeParseException(String)
- Constructor for class javax.activation.
MimeTypeParseException
Constructs a MimeTypeParseException with the specified detail message.
MimetypesFileTypeMap
- class javax.activation.
MimetypesFileTypeMap
.
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(String)
- Constructor for class javax.activation.
MimetypesFileTypeMap
Construct a MimetypesFileTypeMap with programmatic entries added from the named file.
MimetypesFileTypeMap(InputStream)
- Constructor for class javax.activation.
MimetypesFileTypeMap
Construct a MimetypesFileTypeMap with programmatic entries added from the InputStream.
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.
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.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
M
N
P
R
S
T
U
W