WebHandlerDecorator.See: Description
| Class | Description |
|---|---|
| DefaultWebFilterChain |
Default implementation of
WebFilterChain. |
| ExceptionHandlingWebHandler |
WebHandler decorator that invokes one or more
WebExceptionHandlers
after the delegate WebHandler. |
| FilteringWebHandler |
WebHandler decorator that invokes a chain of
WebFilters before the
delegate WebHandler. |
| ResponseStatusExceptionHandler |
Handle
ResponseStatusException by setting the response status. |
| WebHandlerDecorator |
WebHandler that decorates and delegates to another. |
WebHandlerDecorator.