Uses of Interface
org.apache.struts2.dispatcher.DispatcherErrorHandler

Packages that use DispatcherErrorHandler
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
 

Uses of DispatcherErrorHandler in org.apache.struts2.dispatcher
 

Classes in org.apache.struts2.dispatcher that implement DispatcherErrorHandler
 class DefaultDispatcherErrorHandler
          Default implementation of DispatcherErrorHandler which sends Error Report in devMode or HttpServletResponse.sendError(int, java.lang.String) otherwise.
 

Methods in org.apache.struts2.dispatcher with parameters of type DispatcherErrorHandler
 void Dispatcher.setDispatcherErrorHandler(DispatcherErrorHandler errorHandler)
           
 



Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.