|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.process.internal.AbstractChainableStage<Request>
org.glassfish.jersey.server.internal.routing.RoutingStage
public class RoutingStage
Request pre-processing stage that encapsulates hierarchical resource matching
and request routing.
Once the routing is finished, an inflector (if found) is stored in the
routing context.
RoutedInflectorExtractorStage| Nested Class Summary | |
|---|---|
static class |
RoutingStage.Builder
Injectable resource matching stage builder. |
| Nested classes/interfaces inherited from interface org.glassfish.jersey.process.internal.Stage |
|---|
Stage.Continuation<DATA> |
| Method Summary | |
|---|---|
Stage.Continuation<Request> |
apply(Request request)
Routing stage navigates through the nested routing hierarchy
using a depth-first transformation strategy until a request-to-response
inflector is found on
a leaf stage node, in which case the request routing is terminated and an
inflector (if found) is pushed
to the routing context. |
| Methods inherited from class org.glassfish.jersey.process.internal.AbstractChainableStage |
|---|
getDefaultNext, setDefaultNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Stage.Continuation<Request> apply(Request request)
routing hierarchy
using a depth-first transformation strategy until a request-to-response
inflector is found on
a leaf stage node, in which case the request routing is terminated and an
inflector (if found) is pushed
to the routing context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||