org.figure8.join.control
Class JoinServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.struts.action.ActionServlet
              extended by org.figure8.join.control.JoinServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

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

Controller servlet of Join application. This servlet is an extension of the Struts ActionServlet.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionServlet
config, configDigester, convertNull, dataSources, internal, internalName, log, processor, registrations, servletMapping, servletName
 
Constructor Summary
JoinServlet()
           
 
Method Summary
 void init()
          Override of Struts ActionServlet init() method.
 
Methods inherited from class org.apache.struts.action.ActionServlet
addServletMapping, destroy, 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

JoinServlet

public JoinServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Override of Struts ActionServlet init() method. Call super.init() and then retrieve and store into servlet context objects shared by the whole application.

Overrides:
init in class org.apache.struts.action.ActionServlet
Throws:
javax.servlet.ServletException - if something goes wrong during initilization


Copyright © 2005-2008 Join. All Rights Reserved.