public class RoutingStage extends AbstractChainableStage<ContainerRequest>
stored in the
routing context.RoutedInflectorExtractorStage| Modifier and Type | Class and Description |
|---|---|
static class |
RoutingStage.Builder
Injectable
resource matching stage builder. |
Stage.Continuation<DATA>| Modifier and Type | Method and Description |
|---|---|
Stage.Continuation<ContainerRequest> |
apply(ContainerRequest 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. |
getDefaultNext, setDefaultNextpublic Stage.Continuation<ContainerRequest> apply(ContainerRequest 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.Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.