Uses of Interface
com.mockrunner.struts.ExceptionHandlerConfig

Packages that use ExceptionHandlerConfig
com.mockrunner.struts   
 

Uses of ExceptionHandlerConfig in com.mockrunner.struts
 

Classes in com.mockrunner.struts that implement ExceptionHandlerConfig
 class DefaultExceptionHandlerConfig
          The default implementation of ExceptionHandlerConfig.
 

Methods in com.mockrunner.struts with parameters of type ExceptionHandlerConfig
protected  void ActionTestCaseAdapter.addExceptionHandler(ExceptionHandlerConfig handler)
          Delegates to ActionTestModule.addExceptionHandler(ExceptionHandlerConfig)
 void ActionTestModule.addExceptionHandler(ExceptionHandlerConfig handler)
          Registers an exception handler.
protected  void BasicActionTestCaseAdapter.addExceptionHandler(ExceptionHandlerConfig handler)
          Delegates to ActionTestModule.addExceptionHandler(ExceptionHandlerConfig)