| Interface | Description |
|---|---|
| ByContentHandler |
A buildable strategy for responding based on the HTTP "Accepts" request header.
|
| ByMethodHandler |
A buildable strategy for processing an exchange based on HTTP method.
|
| Chain |
A chain can be used to build a linked series of handlers.
|
| Context |
The context of an individual
Handler invocation. |
| Handler |
A handler participates in the processing of a request/response pair, operating on a
Context. |
| Redirector |
Contextual strategy for issuing redirects.
|
| RequestOutcome |
The outcome of processing a request.
|
| Class | Description |
|---|---|
| ChainAction |
Convenient super class for packaging up Groovy handler chain logic.
|
| Handlers |
Factory methods for handler decorations.
|
| InjectionHandler |
A super class that removes the boiler plate of retrieving objects from the context registry by injecting them based on a method signature.
|
| Exception | Description |
|---|---|
| InjectionHandler.NoSuitableHandleMethodException |
Exception thrown if the subclass doesn't provide a valid handle method.
|