Uses of Class
javax.activation.MimeType
-
Packages that use MimeType Package Description javax.activation The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API to manage MIME data. -
-
Uses of MimeType in javax.activation
Fields in javax.activation declared as MimeType Modifier and Type Field Description private MimeType
ActivationDataFlavor. mimeObject
Methods in javax.activation with parameters of type MimeType Modifier and Type Method Description boolean
MimeType. match(MimeType type)
Determine if the primary and sub type of this object is the same as what is in the given type.
-