com.heckmansoft.surjey.controller.action
Class ListSurveysAction

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

public class ListSurveysAction
extends SurveyAction

Action to enable searching for surveys.

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
ListSurveysAction(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

ListSurveysAction

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