WebHandlerDecorator.See: Description
| Class | Description |
|---|---|
| ExceptionHandlingWebHandler |
WebHandler that can invoke a target
WebHandler and then apply
exception handling with one or more WebExceptionHandler instances. |
| FilteringWebHandler |
WebHandler that delegates to a chain of
WebFilter instances and then
to the target WebHandler. |
| WebHandlerDecorator |
WebHandler that decorates and delegates to another. |
WebHandlerDecorator.