public final class ContentNegotiator extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkSupport(org.apache.olingo.commons.api.format.ContentType contentType,
org.apache.olingo.server.api.serializer.CustomContentTypeSupport customContentTypeSupport,
org.apache.olingo.server.api.serializer.RepresentationType representationType) |
static org.apache.olingo.commons.api.format.ContentType |
doContentNegotiation(org.apache.olingo.server.api.uri.queryoption.FormatOption formatOption,
org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.serializer.CustomContentTypeSupport customContentTypeSupport,
org.apache.olingo.server.api.serializer.RepresentationType representationType) |
static boolean |
isSupported(org.apache.olingo.commons.api.format.ContentType contentType,
org.apache.olingo.server.api.serializer.CustomContentTypeSupport customContentTypeSupport,
org.apache.olingo.server.api.serializer.RepresentationType representationType) |
public static org.apache.olingo.commons.api.format.ContentType doContentNegotiation(org.apache.olingo.server.api.uri.queryoption.FormatOption formatOption,
org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.serializer.CustomContentTypeSupport customContentTypeSupport,
org.apache.olingo.server.api.serializer.RepresentationType representationType)
throws ContentNegotiatorException
ContentNegotiatorExceptionpublic static void checkSupport(org.apache.olingo.commons.api.format.ContentType contentType,
org.apache.olingo.server.api.serializer.CustomContentTypeSupport customContentTypeSupport,
org.apache.olingo.server.api.serializer.RepresentationType representationType)
throws ContentNegotiatorException
ContentNegotiatorExceptionpublic static boolean isSupported(org.apache.olingo.commons.api.format.ContentType contentType,
org.apache.olingo.server.api.serializer.CustomContentTypeSupport customContentTypeSupport,
org.apache.olingo.server.api.serializer.RepresentationType representationType)
throws ContentNegotiatorException
ContentNegotiatorExceptionCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.