SigPath

org.sigpath.action
Class SigPathServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.struts.action.ActionServlet
              extended by org.sigpath.action.SigPathServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class SigPathServlet
extends org.apache.struts.action.ActionServlet

Controller class for all user requests. All users will go through this one servlet or its superclass. This class primarily deals with servlet initialization and servlet shutdown.

Version:
$Revision: 8115 $
Author:
Ethan Cerami
See Also:
ActionServlet, Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionServlet
config, configDigester, convertNull, dataSources, internal, internalName, processor, registrations, servletMapping, servletName
 
Constructor Summary
SigPathServlet()
           
 
Method Summary
 void destroy()
          Frees System Resources.
 void init()
          Initializes common system resources.
 
Methods inherited from class org.apache.struts.action.ActionServlet
addServletMapping, destroyConfigDigester, destroyInternal, destroyModules, doGet, doPost, getInternal, getModuleConfig, getRequestProcessor, initConfigDigester, initInternal, initModuleConfig, initModuleConfigFactory, initModuleDataSources, initModuleMessageResources, initModulePlugIns, initModulePrefixes, initOther, initServlet, parseModuleConfigFile, process
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SigPathServlet

public SigPathServlet()
Method Detail

init

public void init()
          throws ServletException
Initializes common system resources. Currently, this initializes the Log4J Logging Facility.

Overrides:
init in class org.apache.struts.action.ActionServlet
Throws:
ServletException - Error processing servlet

destroy

public void destroy()
Frees System Resources. Currently, this frees the static database connection.

Specified by:
destroy in interface Servlet
Overrides:
destroy in class org.apache.struts.action.ActionServlet

SigPath

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