public interface Router
routing stage.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Router.Builder
A
Router builder. |
static class |
Router.Continuation
Hierarchical request routing continuation.
|
| Modifier and Type | Method and Description |
|---|---|
Router.Continuation |
apply(ContainerRequest data)
Performs a request routing task and returns the routed request together with
a
routing continuation. |
Router.Continuation apply(ContainerRequest data)
routing continuation.data - data to be transformed.Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.