|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MimeTypeParseException in javax.activation |
Methods in javax.activation that throw MimeTypeParseException | |
protected void |
MimeTypeParameterList.parse(java.lang.String parameterList)
A routine for parsing the parameter list out of a String. |
void |
MimeType.setPrimaryType(java.lang.String primary)
Set the primary type for this object to the given String. |
void |
MimeType.setSubType(java.lang.String sub)
Set the sub type for this object to the given String. |
boolean |
MimeType.match(java.lang.String rawdata)
Determine if the primary and sub type of this object is the same as the content type described in rawdata. |
Constructors in javax.activation that throw MimeTypeParseException | |
MimeTypeParameterList(java.lang.String parameterList)
Constructs a new MimeTypeParameterList with the passed in data. |
|
MimeType(java.lang.String rawdata)
Constructor that builds a MimeType from a String. |
|
MimeType(java.lang.String primary,
java.lang.String sub)
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |