Class LocatorRouting
java.lang.Object
org.glassfish.jersey.server.internal.routing.LocatorRouting
A pair of sub-resource locator model and a corresponding model router.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ResourceModel
Sub-resource locator model.(package private) final Router
Sub-resource locator router. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
locator
Sub-resource locator model. -
router
Sub-resource locator router.
-
-
Constructor Details
-
LocatorRouting
LocatorRouting(ResourceModel locator, Router router) Create a new instance.- Parameters:
locator
- sub-resource locator model.router
- router that is needed to execute themodel
.
-