Class TomcatWebAppContext

java.lang.Object
org.gatein.wci.spi.CatalinaWebAppContext
org.gatein.wci.tomcat.TomcatWebAppContext
All Implemented Interfaces:
org.gatein.wci.spi.WebAppContext

public class TomcatWebAppContext extends org.gatein.wci.spi.CatalinaWebAppContext
Version:
$Revision: 1.0 $
Author:
Alain Defrance
  • Field Summary

    Fields inherited from class org.gatein.wci.spi.CatalinaWebAppContext

    classLoader, contextPath, GATEIN_SERVLET_LOAD_ON_STARTUP, GATEIN_SERVLET_NAME, GATEIN_SERVLET_PATH, log, servletContext
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    void
    fireRequestDestroyed(javax.servlet.ServletRequest servletRequest)
     
    void
    fireRequestInitialized(javax.servlet.ServletRequest servletRequest)
     
    javax.servlet.http.HttpSession
     
    protected void
     

    Methods inherited from class org.gatein.wci.spi.CatalinaWebAppContext

    getClassLoader, getCommandServletClassName, getContextPath, getServletContext, importFile, start, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • performStartup

      protected void performStartup() throws Exception
      Specified by:
      performStartup in class org.gatein.wci.spi.CatalinaWebAppContext
      Throws:
      Exception
    • cleanup

      protected void cleanup()
      Specified by:
      cleanup in class org.gatein.wci.spi.CatalinaWebAppContext
    • getHttpSession

      public javax.servlet.http.HttpSession getHttpSession(String sessId)
    • fireRequestDestroyed

      public void fireRequestDestroyed(javax.servlet.ServletRequest servletRequest)
      Specified by:
      fireRequestDestroyed in interface org.gatein.wci.spi.WebAppContext
      Overrides:
      fireRequestDestroyed in class org.gatein.wci.spi.CatalinaWebAppContext
    • fireRequestInitialized

      public void fireRequestInitialized(javax.servlet.ServletRequest servletRequest)
      Specified by:
      fireRequestInitialized in interface org.gatein.wci.spi.WebAppContext
      Overrides:
      fireRequestInitialized in class org.gatein.wci.spi.CatalinaWebAppContext