public class RoutedInflectorExtractorStage extends Object implements Stage<RequestProcessingContext>
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() |
| Modifier and Type | Method and Description |
|---|---|
Stage.Continuation<RequestProcessingContext> |
apply(RequestProcessingContext processingContext)
Performs a data processing task and returns the processed data together with
a
processing continuation. |
public Stage.Continuation<RequestProcessingContext> apply(RequestProcessingContext processingContext)
Stageprocessing continuation.apply in interface Stage<RequestProcessingContext>processingContext - data to be transformed.Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.