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

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

public class EditTestProfileActionHandler
extends Action

This class will load a test profile from a file for editing

See Also:
Serialized Form

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

EditTestProfileActionHandler

public EditTestProfileActionHandler()
Method Detail

execute

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