Class RequestResponseContextFilterTest.TestServlet

  • All Implemented Interfaces:
    javax.servlet.Servlet
    Enclosing class:
    RequestResponseContextFilterTest

    public class RequestResponseContextFilterTest.TestServlet
    extends Object
    implements javax.servlet.Servlet
    • Constructor Detail

      • TestServlet

        public TestServlet()
    • Method Detail

      • service

        public void service​(javax.servlet.ServletRequest req,
                            javax.servlet.ServletResponse res)
                     throws javax.servlet.ServletException,
                            IOException
        Specified by:
        service in interface javax.servlet.Servlet
        Throws:
        javax.servlet.ServletException
        IOException
      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Servlet
        Throws:
        javax.servlet.ServletException
      • getServletConfig

        public javax.servlet.ServletConfig getServletConfig()
        Specified by:
        getServletConfig in interface javax.servlet.Servlet
      • getServletInfo

        public String getServletInfo()
        Specified by:
        getServletInfo in interface javax.servlet.Servlet
      • destroy

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