public class OslcMIMECache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Map |
requestFormatMIMETypeMap |
static java.util.Map |
responseFormatMIMETypeMap |
Constructor and Description |
---|
OslcMIMECache() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFormat(java.lang.String mimeType) |
static java.util.Map |
getRequestFormatMimeTypeMap() |
static java.util.Map |
getResponseFormatMimeTypeMap() |
static java.lang.String |
getSupportedRequestMimeTypes() |
static java.lang.String |
getSupportedResponseMimeTypes() |
public static final java.util.Map responseFormatMIMETypeMap
public static final java.util.Map requestFormatMIMETypeMap
public static java.lang.String getFormat(java.lang.String mimeType)
public static java.util.Map getResponseFormatMimeTypeMap()
public static java.util.Map getRequestFormatMimeTypeMap()
public static java.lang.String getSupportedResponseMimeTypes()
public static java.lang.String getSupportedRequestMimeTypes()