See: Description
Interface | Description |
---|---|
ResourceApiVersionBehaviourManager |
Implementations of this interface will be responsible for maintaining the
behaviour of API Version routing.
|
Class | Description |
---|---|
ApiVersionRouterContext |
A
Context which is created when a request is and has been routed
based on resource API version. |
ResourceApiVersionRoutingFilter |
API Version routing filter which creates a
ApiVersionRouterContext
which contains the default routing behaviour when the
Accept-API-Version header is set on the request. |
RouteMatchers |
A utility class that contains methods for creating route matchers.
|
Router |
A router which routes requests based on route matchers.
|
UriRouterContext |
A
Context which is created when a request has been routed. |
UriRouterContext.Builder |
Ease
UriRouterContext construction. |
Version |
Represents some version in the form majorNumber.minorNumber,
for instance 2.4.
|
Enum | Description |
---|---|
DefaultVersionBehaviour |
The default routing behaviour to use when no Accept-API-Version
is set on the request.
|
RoutingMode |
The algorithm which should be used when matching URI templates against
request resource names.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.