Package org.apache.olingo.server.core
Class ContentNegotiator
java.lang.Object
org.apache.olingo.server.core.ContentNegotiator
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckSupport(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) static ContentTypedoContentNegotiation(FormatOption formatOption, ODataRequest request, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) static booleanisSupported(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType)
-
Method Details
-
doContentNegotiation
public static ContentType doContentNegotiation(FormatOption formatOption, ODataRequest request, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) throws ContentNegotiatorException - Throws:
ContentNegotiatorException
-
checkSupport
public static void checkSupport(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) throws ContentNegotiatorException - Throws:
ContentNegotiatorException
-
isSupported
public static boolean isSupported(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) throws ContentNegotiatorException - Throws:
ContentNegotiatorException
-