com.heckmansoft.surjey.controller.action
Class AddQuestionAction

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

public class AddQuestionAction
extends QuestionAction

Action to enable adding a new question.

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
AddQuestionAction(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.QuestionAction
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

AddQuestionAction

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