Uses of Class
org.apache.olingo.odata2.core.uri.UriInfoImpl
-
Packages that use UriInfoImpl Package Description org.apache.olingo.odata2.core org.apache.olingo.odata2.core.uri -
-
Uses of UriInfoImpl in org.apache.olingo.odata2.core
Methods in org.apache.olingo.odata2.core with parameters of type UriInfoImpl Modifier and Type Method Description voidDispatcher. checkUri(UriInfoImpl uriInfo)ODataResponseDispatcher. dispatch(ODataHttpMethod method, UriInfoImpl uriInfo, InputStream content, String requestContentType, String contentType)ContentTypeContentNegotiator. doContentNegotiation(ODataRequest odataRequest, UriInfoImpl uriInfo, List<String> supportedContentTypes)Do the content negotiation foraccept header valuebased on requested content type (in HTTP accept header fromODataRequest) in combination with uri information fromUriInfoand from given supported content types (viasupportedContentTypes).protected static Class<? extends ODataProcessor>Dispatcher. mapUriTypeToProcessorFeature(UriInfoImpl uriInfo) -
Uses of UriInfoImpl in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that return UriInfoImpl Modifier and Type Method Description UriInfoImplUriInfoImpl. getClone()
-