com.heckmansoft.surjey.controller.action
Class DeleteSectionAction

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

public class DeleteSectionAction
extends SectionAction

Action to enable deleting a section.

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
DeleteSectionAction(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.SectionAction
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

DeleteSectionAction

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