com.heckmansoft.surjey.controller.action
Class UpdateSurveyAction

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.heckmansoft.surjey.controller.action.Action
          extended bycom.heckmansoft.surjey.controller.action.SurveyAction
              extended bycom.heckmansoft.surjey.controller.action.UpdateSurveyAction
All Implemented Interfaces:
java.io.Serializable

public class UpdateSurveyAction
extends SurveyAction

Action to enable updating a survey.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.heckmansoft.surjey.controller.action.Action
questionManager, sectionManager, surveyManager
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UpdateSurveyAction(java.lang.Object source)
           
 
Method Summary
 java.lang.String execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Takes a request and response, performs action, and returns the next view.
 
Methods inherited from class com.heckmansoft.surjey.controller.action.SurveyAction
parseRequest
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateSurveyAction

public UpdateSurveyAction(java.lang.Object source)
Method Detail

execute

public java.lang.String execute(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
                         throws java.lang.Exception
Description copied from class: Action
Takes a request and response, performs action, and returns the next view.

Specified by:
execute in class Action
Throws:
java.lang.Exception
See Also:
Action.execute(HttpServletRequest, HttpServletResponse)