Uses of Interface
org.apache.struts2.dispatcher.DispatcherErrorHandler
Packages that use DispatcherErrorHandler
Package
Description
This package contains a reimagining of the traditional Struts filter dispatchers.
-
Uses of DispatcherErrorHandler in org.apache.struts2.dispatcher
Classes in org.apache.struts2.dispatcher that implement DispatcherErrorHandlerModifier and TypeClassDescriptionclass
Default implementation ofDispatcherErrorHandler
which sends Error Report in devMode orHttpServletResponse.sendError(int, java.lang.String)
otherwise.Methods in org.apache.struts2.dispatcher with parameters of type DispatcherErrorHandlerModifier and TypeMethodDescriptionvoid
Dispatcher.setDispatcherErrorHandler
(DispatcherErrorHandler errorHandler)