public class RoutedInflectorExtractorStage extends Object implements Stage<ContainerRequest>
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.RoutingStageStage.Builder<DATA>, Stage.Continuation<DATA>| Constructor and Description |
|---|
RoutedInflectorExtractorStage(javax.inject.Provider<RoutingContext> routingContextFactory)
Create new inflector extracting acceptor.
|
@Inject public RoutedInflectorExtractorStage(javax.inject.Provider<RoutingContext> routingContextFactory)
routingContextFactory - accepting context factory;public Stage.Continuation<ContainerRequest> apply(ContainerRequest requestContext)
apply in interface Stage<ContainerRequest>Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.