Class TomcatContainerServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.gatein.wci.tomcat.TomcatContainerServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.apache.catalina.ContainerServlet

public class TomcatContainerServlet extends javax.servlet.http.HttpServlet implements org.apache.catalina.ContainerServlet
Version:
$Revision: 1.0 $
Author:
Alain Defrance
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.apache.catalina.Wrapper
     
    void
     
    void
    setWrapper(org.apache.catalina.Wrapper wrapper)
     

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, 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 Details

    • TomcatContainerServlet

      public TomcatContainerServlet()
  • Method Details

    • getWrapper

      public org.apache.catalina.Wrapper getWrapper()
      Specified by:
      getWrapper in interface org.apache.catalina.ContainerServlet
    • setWrapper

      public void setWrapper(org.apache.catalina.Wrapper wrapper)
      Specified by:
      setWrapper in interface org.apache.catalina.ContainerServlet
    • init

      public void init() throws javax.servlet.ServletException
      Overrides:
      init in class javax.servlet.GenericServlet
      Throws:
      javax.servlet.ServletException
    • destroy

      public void destroy()
      Specified by:
      destroy in interface javax.servlet.Servlet
      Overrides:
      destroy in class javax.servlet.GenericServlet