com.goldenhammer.webui.struts.actions.testprofile
Class AddStudyTemplateActionHandler

java.lang.Object
  extended byAction
      extended bycom.goldenhammer.webui.struts.actions.testprofile.AddStudyTemplateActionHandler

public class AddStudyTemplateActionHandler
extends Action

This class handles adding a new study template to a test profile

See Also:
Serialized Form

Constructor Summary
AddStudyTemplateActionHandler()
           
 
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

AddStudyTemplateActionHandler

public AddStudyTemplateActionHandler()
Method Detail

execute

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