com.clra.web
Class EditRowingSessionAction
java.lang.Object
|
+--org.apache.struts.action.Action
|
+--com.clra.web.EditRowingSessionAction
- public final class EditRowingSessionAction
- extends org.apache.struts.action.Action
A workflow manager that sets up an input form which queries a user for
information needed to create, edit, publish, view, delete or
cancel a rowing session. See the related workflow manager,
SaveRowingSessionAction, which pulls information from the
input form and invokes the business logic that does the actual work
of creating, editing, publishing, viewing, deleting or cancelling a
rowing session.
- Version:
- $Revision: 1.2 $ $Date: 2002/02/18 18:05:51 $
- Author:
- Rick Hall
- See Also:
RowingSessionForm
,
SaveRowingSessionAction
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 |
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 which a form is popluated with date from
a rowing session data. |
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 |
EditRowingSessionAction
public EditRowingSessionAction()
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 which a form is popluated with date from
a rowing session data.
- Overrides:
perform
in class org.apache.struts.action.Action
- Parameters:
mapping
- The ActionMapping used to select this instanceactionForm
- The optional ActionForm bean for this request (if any)request
- The HTTP request we are processingresponse
- The HTTP response we are creating- Throws:
IOException
- if an input/output error occursjavax.servlet.ServletException
- if a servlet exception occurs