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