public final class Routing extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Routing.Builder
Resource routing builder.
|
Modifier and Type | Method and Description |
---|---|
static Routing.Builder |
forModel(RuntimeResourceModel resourceModel)
Create a routing stage builder for a given runtime resource model.
|
static Stage<RequestProcessingContext> |
matchedEndpointExtractor()
Create a new request pre-processing stage that extracts a matched endpoint from a routing context,
where it was previously stored by the request routing stage and
(if available) returns the endpoint wrapped in a next terminal stage.
|
public static Stage<RequestProcessingContext> matchedEndpointExtractor()
public static Routing.Builder forModel(RuntimeResourceModel resourceModel)
resourceModel
- runtime resource modelCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.