Uses of Interface
org.apache.olingo.server.api.OlingoExtension
Packages that use OlingoExtension
Package
Description
Olingo Server API
Olingo Server API - ETag
Olingo Server API - Serializer
-
Uses of OlingoExtension in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api with parameters of type OlingoExtensionModifier and TypeMethodDescriptionvoid
ODataHandler.register
(OlingoExtension extension) Registers additional extensions for handling OData requests. -
Uses of OlingoExtension in org.apache.olingo.server.api.etag
Subinterfaces of OlingoExtension in org.apache.olingo.server.api.etagModifier and TypeInterfaceDescriptioninterface
Processors that would like to support etags for certain entity sets can implement this interface. -
Uses of OlingoExtension in org.apache.olingo.server.api.serializer
Subinterfaces of OlingoExtension in org.apache.olingo.server.api.serializerModifier and TypeInterfaceDescriptioninterface
Processors that supports custom content types can implement this interface.