|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.internal.routing.RoutedInflectorExtractorStage
public class RoutedInflectorExtractorStage
Request pre-processing stage that extracts
an inflector from a routing context where it was previously stored by the
request to resource matching stage and
(if available) returns the inflector wrapped in a next terminal stage.
This request pre-processing stage should be a final stage in the request
processing chain.
RoutingStage| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.jersey.process.internal.Stage |
|---|
Stage.Builder<DATA>, Stage.Continuation<DATA> |
| Constructor Summary | |
|---|---|
RoutedInflectorExtractorStage(org.glassfish.hk2.Factory<RoutingContext> routingContextFactory)
Create new inflector extracting acceptor. |
|
| Method Summary | |
|---|---|
Stage.Continuation<JerseyContainerRequestContext> |
apply(JerseyContainerRequestContext requestContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoutedInflectorExtractorStage(org.glassfish.hk2.Factory<RoutingContext> routingContextFactory)
routingContextFactory - accepting context factory;| Method Detail |
|---|
public Stage.Continuation<JerseyContainerRequestContext> apply(JerseyContainerRequestContext requestContext)
apply in interface Stage<JerseyContainerRequestContext>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||