|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MimeType | |
|---|---|
| ccs.mime | Classes for MIME entities, similar structures inside certain non-MIME protocols, (HTTP to the white courtesy phone please) and allied trades. |
| Uses of MimeType in ccs.mime |
|---|
| Methods in ccs.mime that return MimeType | |
|---|---|
MimeType[] |
MimeRegistry.getMimeTypes()
Obtains the list of MIME types. |
MimeType |
MimeRegistry.infoForType(java.lang.String mimetype)
Returns the available information for a given MIME type |
MimeType |
MimeRegistry.typeForExtension(java.lang.String extn)
Returns the MimeType corresponding to a given extension. |
MimeType |
MimeRegistry.typeForPath(java.lang.String path)
Deprecated. This is unreliable. Use the two-parameter version instead, or use MUtil.getExtn directly. |
MimeType |
MimeRegistry.typeForPath(java.lang.String path,
char separator)
Wrapper to extract the extension from a path or filename. |
| Methods in ccs.mime with parameters of type MimeType | |
|---|---|
int |
MimeType.compareTo(MimeType mt)
|
void |
MimeRegistry.register(MimeType mt)
Add a MimeType to the registry. |
void |
MimeRegistry.unregister(MimeType mt)
remove a MimeType from the registry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||