| Interface | Description |
|---|---|
| ServletBinder |
Binds a servlet to a URL.
|
| Class | Description |
|---|---|
| ErrorServlet |
Send a fixed status code to the client.
|
| MetaFilter |
Generic container filter to manage routing to different pipelines.
|
| MetaServlet |
Generic container servlet to manage routing to different pipelines.
|
| NoParameterFilterConfig | |
| RegexGroupFilter |
Switch servlet path and path info to use another regex match group.
|
| RegexPipeline |
Selects requests by matching the URI against a regular expression.
|
| RegexPipeline.Binder | |
| ServletBinderImpl | |
| SuffixPipeline |
Selects requests by matching the suffix of the URI.
|
| SuffixPipeline.Binder | |
| UrlPipeline |
Encapsulates the entire serving stack for a single URL.
|
| UrlPipeline.Chain | |
| WrappedRequest |
Overrides the path and path info.
|