java.lang.Object | +--javax.activation.MimeTypeAll Implemented Interfaces:
MimeType() Constructor for an application/* content type. |
MimeType(String rawdata) Constructor that parses a raw String. |
MimeType(String primary, String sub) Constructor for a new MIME type with the given primary and sub types and an empty parameter list. |
String | Returns the string representation of this MIME type without parameters. |
String | getParameter(String name) Returns the parameter value for the specified name. |
Returns the MIME parameters. | |
String | Returns the primary type. |
String | Returns the subtype. |
boolean | Returns true if the primary and subtype of this MIME type are the same as in the given MIME type. |
boolean | match(String rawdata) Returns true if the primary and subtype of this MIME type are the same as in the given MIME type string. |
void | readExternal(ObjectInput in) |
void | removeParameter(String name) Removes the parameter value for the specified name. |
void | setParameter(String name, String value) Sets the parameter value for the specified name. |
void | setPrimaryType(String primary) Sets the primary type. |
void | setSubType(String sub) Sets the subtype. |
String | toString() Returns the complete string representation of this MIME type. |
void | writeExternal(ObjectOutput out) |
public MimeType()
application/*
content type.
public MimeType(String rawdata)
public MimeType(String primary, String sub)
public String getBaseType()
public String getParameter(String name)
public MimeTypeParameterList getParameters()
public String getPrimaryType()
public String getSubType()
public boolean match(String rawdata)
public boolean match(MimeType type)
public void readExternal(ObjectInput in)
public void removeParameter(String name)
public void setParameter(String name, String value)
public void setPrimaryType(String primary)
public void setSubType(String sub)
public String toString()
public void writeExternal(ObjectOutput out)