Class TeamCityJSPServletImpl

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, TeamCityJSPServlet, org.apache.tomcat.PeriodicEventListener

    public class TeamCityJSPServletImpl
    extends org.apache.jasper.servlet.JspServlet
    implements TeamCityJSPServlet
    Author:
    Eugene Petrenko Created: 28.07.2009 16:21:42
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      String getTeamCiryJSPServletName()  
      ClassLoader getTeamCityClassLoader()  
      void service​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class org.apache.jasper.servlet.JspServlet

        getJspCount, getJspQueueLength, getJspReloadCount, getJspUnloadCount, init, periodicEvent, setJspReloadCount
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
      • Methods inherited from class javax.servlet.GenericServlet

        getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
      • Methods inherited from interface javax.servlet.Servlet

        getServletConfig, getServletInfo, init, service
    • Constructor Detail

      • TeamCityJSPServletImpl

        public TeamCityJSPServletImpl​(@NotNull
                                      String name,
                                      @NotNull
                                      ClassLoader classLoader)
    • Method Detail

      • service

        public void service​(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws javax.servlet.ServletException,
                            IOException
        Overrides:
        service in class org.apache.jasper.servlet.JspServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • destroy

        public void destroy()
        Specified by:
        destroy in interface javax.servlet.Servlet
        Overrides:
        destroy in class org.apache.jasper.servlet.JspServlet