com.raritantechnologies.struts
Interface IActionHandler

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
DynamicActionHandler, JobProcessAction, OutputProcessorAction, RedirectAction, RequestFilterAction, SaveQueryServletHandler, SaveResultsHandler, SearchAction, SearchServletHandler

public interface IActionHandler
extends IConfigurable


Method Summary
 ActionForward handleAction(ActionMapping mapping, ActionForm form, DynamicHttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

handleAction

public ActionForward handleAction(ActionMapping mapping,
                                  ActionForm form,
                                  DynamicHttpServletRequest request,
                                  HttpServletResponse response)
                           throws java.lang.Exception
Throws:
java.lang.Exception