|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MimeType | |
|---|---|
| org.openxri.resolve | |
| Uses of MimeType in org.openxri.resolve |
|---|
| Methods in org.openxri.resolve that return MimeType | |
|---|---|
static MimeType |
MimeType.parse(java.lang.String typeStr)
Parses a HTTP Accept or Content-Type header value into the type and params components |
| Methods in org.openxri.resolve with parameters of type MimeType | |
|---|---|
boolean |
MimeType.equals(MimeType m)
Compares the content of this object with the candidate. |
boolean |
MimeType.isSuperSetOf(MimeType m)
Tests to see if this MimeType has the same type as m and
that every parameter of m must be present and has the same value in this
MimeType. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||