Class ServletHolder

    • Method Detail

      • getName

        protected String getName​(javax.servlet.ServletConfig config)
      • getDescriptor

        protected ServletDescriptor getDescriptor​(javax.servlet.ServletConfig config)
                                           throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException
      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Servlet
        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
      • service

        protected void service​(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws javax.servlet.ServletException,
                               IOException
        Overrides:
        service in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • lazyInit

        protected void lazyInit()
                         throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException