Uses of Class
org.apache.olingo.odata2.core.uri.UriInfoImpl
Packages that use UriInfoImpl
-
Uses of UriInfoImpl in org.apache.olingo.odata2.core
Methods in org.apache.olingo.odata2.core with parameters of type UriInfoImplModifier and TypeMethodDescriptionvoidDispatcher.checkUri(UriInfoImpl uriInfo) Dispatcher.dispatch(ODataHttpMethod method, UriInfoImpl uriInfo, InputStream content, String requestContentType, String contentType) ContentNegotiator.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