Uses of Interface
org.forgerock.http.routing.ResourceApiVersionBehaviourManager
Packages that use ResourceApiVersionBehaviourManager
Package
Description
Provides routing functionality for HTTP requests.
Classes and interfaces for core types including connections, request
 handlers, resources, and their exceptions.
- 
Uses of ResourceApiVersionBehaviourManager in org.forgerock.http.routing
Methods in org.forgerock.http.routing that return ResourceApiVersionBehaviourManagerModifier and TypeMethodDescriptionRouteMatchers.newResourceApiVersionBehaviourManager()Creates a newResourceApiVersionBehaviourManagerwhich is responsibly for managing whether warning headers are returned and the default version behaviour when the Accept-API-Version header is not present on the request.Methods in org.forgerock.http.routing with parameters of type ResourceApiVersionBehaviourManagerModifier and TypeMethodDescriptionstatic FilterRouteMatchers.resourceApiVersionContextFilter(ResourceApiVersionBehaviourManager behaviourManager) Creates aFilterwhich MUST be placed, in the route, before any API Version routing takes place.Constructors in org.forgerock.http.routing with parameters of type ResourceApiVersionBehaviourManagerModifierConstructorDescriptionResourceApiVersionRoutingFilter(ResourceApiVersionBehaviourManager behaviourManager) Constructs a newResourceApiVersionRoutingFilterinstance. - 
Uses of ResourceApiVersionBehaviourManager in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return ResourceApiVersionBehaviourManagerModifier and TypeMethodDescriptionRouteMatchers.newResourceApiVersionBehaviourManager()Creates a newResourceApiVersionBehaviourManagerwhich is responsibly for managing whether warning headers are returned and the default version behaviour when the Accept-API-Version header is not present on the request.Methods in org.forgerock.json.resource with parameters of type ResourceApiVersionBehaviourManagerModifier and TypeMethodDescriptionstatic FilterRouteMatchers.resourceApiVersionContextFilter(ResourceApiVersionBehaviourManager behaviourManager) Creates aFilterwhich MUST be placed, in the route, before any API Version routing takes place.