Class ServletResourceType.ServletWrapper

    • Field Detail

      • wrappedServlet

        protected final javax.servlet.Servlet wrappedServlet
    • Constructor Detail

      • ServletWrapper

        public ServletWrapper​(@NotNull
                              @NotNull javax.servlet.Servlet servlet)
    • Method Detail

      • service

        public void service​(@NotNull
                            @NotNull javax.servlet.http.HttpServletRequest request,
                            @NotNull
                            @NotNull javax.servlet.http.HttpServletResponse response)
                     throws javax.servlet.ServletException,
                            IOException
        Throws:
        javax.servlet.ServletException
        IOException