CLRA 0.1.2

com.clra.web
Class SaveRowingSessionAction

java.lang.Object
  |
  +--org.apache.struts.action.Action
        |
        +--com.clra.web.SaveRowingSessionAction

public final class SaveRowingSessionAction
extends org.apache.struts.action.Action

A workflow manager that pulls data about a rowing session from an input form. The data is used to invoke business logic that creates, edits, publishes, views, deletes or cancels a rowing session. See the related workflow manager, EditRowingSessionAction, which initializes an input form with data from a rowing session.

Version:
$Revision: 1.2 $ $Date: 2002/02/18 18:07:16 $
Author:
Fields inherited from class org.apache.struts.action.Action
DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGES_KEY, MULTIPART_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY
 
Constructor Summary
SaveRowingSessionAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handle the workflow step in data about a rowing session is pulled from an input form.
 
Methods inherited from class org.apache.struts.action.Action
generateToken, getLocale, getResources, getServlet, isCancelled, isTokenValid, perform, perform, perform, resetToken, saveErrors, saveToken, setLocale, setServlet, toHex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveRowingSessionAction

public SaveRowingSessionAction()
Method Detail

perform

public org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response)
                                               throws IOException,
                                                      javax.servlet.ServletException
Handle the workflow step in data about a rowing session is pulled from an input form. The data is used to invoke business logic that creates, edits, publishes, views, deletes or cancels a rowing session.
Overrides:
perform in class org.apache.struts.action.Action
Parameters:
mapping - The ActionMapping used to select this instance
actionForm - The optional ActionForm bean for this request (if any)
request - The HTTP request we are processing
response - The HTTP response we are creating
Throws:
IOException - if an input/output error occurs
javax.servlet.ServletException - if a servlet exception occurs

CLRA 0.1.2