SigPath

org.sigpath.action.edit
Class CreateExternalReference

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.sigpath.action.ActionRoot
          extended by org.sigpath.action.edit.CreateExternalReference

public class CreateExternalReference
extends ActionRoot

Action for Creating a New External Reference.

Author:
Ethan Cerami

Field Summary
 
Fields inherited from class org.sigpath.action.ActionRoot
ERROR, FAILURE, NOT_AUTHENTICATED, SESSION_XDEBUG, SIGPATH_MAINPAGE, SUCCESS
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
CreateExternalReference()
           
 
Method Summary
protected  org.apache.struts.action.ActionForward _perform(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response, org.apache.struts.action.ActionForward actionForward, XDebug xdebug)
          Perform actual action work.
 
Methods inherited from class org.sigpath.action.ActionRoot
execute, redirectToNextPage, setUserMessage, tapestryExternalPage, tapestryPage
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateExternalReference

public CreateExternalReference()
Method Detail

_perform

protected org.apache.struts.action.ActionForward _perform(org.apache.struts.action.ActionMapping mapping,
                                                          org.apache.struts.action.ActionForm form,
                                                          HttpServletRequest request,
                                                          HttpServletResponse response,
                                                          org.apache.struts.action.ActionForward actionForward,
                                                          XDebug xdebug)
                                                   throws Exception
Description copied from class: ActionRoot
Perform actual action work. Must be implemented by subclass.

Specified by:
_perform in class ActionRoot
Parameters:
mapping - The ActionMapping used to select this instance
form - The optional ActionForm bean for this request (if any)
request - The HTTP request we are processing
response - The HTTP response we are creating
xdebug - XDebug object to write log messages to
Returns:
where control will be forwarded to after request is processed
Throws:
Exception

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.