com.goldenhammer.webui.struts.actions.study
Class EditStudiesActionHandler

java.lang.Object
  extended byAction
      extended bycom.goldenhammer.webui.struts.actions.study.EditStudiesActionHandler

public class EditStudiesActionHandler
extends Action

This class handles retrieving studies and forwarding to the edit studies page

See Also:
Serialized Form

Constructor Summary
EditStudiesActionHandler()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditStudiesActionHandler

public EditStudiesActionHandler()
Method Detail

execute

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