Class AbstractHandler.ErrorDispatchHandler

All Implemented Interfaces:
Handler, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle
Enclosing class:
AbstractHandler

@Deprecated public abstract static class AbstractHandler.ErrorDispatchHandler extends AbstractHandler
Deprecated.
This class is no longer required as ERROR dispatch is only done if there is an error page target.
An extension of AbstractHandler that handles DispatcherType.ERROR dispatches.

DispatcherType.ERROR dispatches are handled by calling the AbstractHandler.doError(String, Request, HttpServletRequest, HttpServletResponse) method. All other dispatches are passed to the abstract doNonErrorHandle(String, Request, HttpServletRequest, HttpServletResponse) method, which should be implemented with specific handler behavior