See: Description
| Interface | Description |
|---|---|
| HandlerAdapter |
Contract that decouples the
DispatcherHandler from the details of
invoking a handler and makes it possible to support any handler type. |
| HandlerMapping |
Interface to be implemented by objects that define a mapping between
requests and handler objects.
|
| HandlerResultHandler |
Process the
HandlerResult, usually returned by an HandlerAdapter. |
| Class | Description |
|---|---|
| DispatcherHandler |
Central dispatcher for HTTP request handlers/controllers.
|
| HandlerResult |
Represent the result of the invocation of a handler.
|
| ResponseStatusExceptionHandler |
Handle
ResponseStatusException by setting the response status. |