SigPath

org.sigpath.action
Class CreatePathway

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.sigpath.action.ActionRoot
          extended by org.sigpath.action.CreatePathway
All Implemented Interfaces:
DBWriteAccess, Secure

public class CreatePathway
extends ActionRoot
implements Secure, DBWriteAccess


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
CreatePathway()
           
 
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

CreatePathway

public CreatePathway()
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 ValidationException,
                                                          MarshalException,
                                                          UnsupportedEncodingException,
                                                          SigPathDatabaseException
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:
ValidationException
MarshalException
UnsupportedEncodingException
SigPathDatabaseException

SigPath

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