|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.core.util.MimeTypeConstants
public final class MimeTypeConstants
Known mime types. Originally copied from HandlerContext.java taken from Jetty 3.0.4 now updated from mime.properties from Jetty 5.1.10.
| Field Summary | |
|---|---|
protected static java.util.Map |
s_mapMimeTypes
Hash map that will be stored types in |
protected static java.lang.String |
s_strDefaultMimeType
Default Mime type |
| Method Summary | |
|---|---|
static java.lang.String |
getMimeType(java.lang.String strKey)
Method getting particular Mime type for the extension (key) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.lang.String s_strDefaultMimeType
protected static java.util.Map s_mapMimeTypes
| Method Detail |
|---|
public static java.lang.String getMimeType(java.lang.String strKey)
strKey - - key value for returning Mime type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||