com.heckmansoft.surjey.controller.action
Class AddSurveyAction

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.AddSurveyAction
All Implemented Interfaces:
java.io.Serializable

public class AddSurveyAction
extends SurveyAction

Action to enable adding a new 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
AddSurveyAction(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

AddSurveyAction

public AddSurveyAction(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)