Class PushMatchedUriRouter
java.lang.Object
org.glassfish.jersey.server.internal.routing.PushMatchedUriRouter
- All Implemented Interfaces:
Router
Terminal router that pushes the URI matched so far to the stack returned
by
UriInfo.getMatchedURIs()
method.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.jersey.server.internal.routing.Router
Router.Continuation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(RequestProcessingContext context) Performs a request routing task and returns the routed request together with arouting continuation
.
-
Constructor Details
-
PushMatchedUriRouter
PushMatchedUriRouter()
-
-
Method Details
-
apply
Description copied from interface:Router
Performs a request routing task and returns the routed request together with arouting continuation
.
-