com.heckmansoft.surjey.controller.action
Class SectionAction

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.heckmansoft.surjey.controller.action.Action
          extended bycom.heckmansoft.surjey.controller.action.SectionAction
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AddSectionAction, CreateSectionAction, DeleteSectionAction, EditSectionAction, UpdateSectionAction

public abstract class SectionAction
extends Action

Abstract superclass for all Section actions.

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
SectionAction(java.lang.Object source)
          Constructor.
 
Method Summary
 Section parseRequest(javax.servlet.http.HttpServletRequest request)
          Parse a request for a new section
 
Methods inherited from class com.heckmansoft.surjey.controller.action.Action
execute
 
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

SectionAction

public SectionAction(java.lang.Object source)
Constructor.

Parameters:
source - The source creating this action.
Method Detail

parseRequest

public Section parseRequest(javax.servlet.http.HttpServletRequest request)
Parse a request for a new section