public class MimeType extends Object implements Serializable
STAR, especially when using
matches(MimeType)| Modifier and Type | Field and Description |
|---|---|
static MimeType |
ANY |
static MimeType |
OCTETSTREAM |
static String |
STAR |
static MimeType |
UNDETERMINED |
| Constructor and Description |
|---|
MimeType(String s) |
MimeType(String t,
String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSubType() |
String |
getType() |
int |
hashCode() |
boolean |
matches(MimeType mt) |
String |
toString() |
public static final String STAR
public static final MimeType ANY
public static final MimeType OCTETSTREAM
public static final MimeType UNDETERMINED
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}