Interface IRequestHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handleRequest​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object args)
      Handle the request.
    • Method Detail

      • handleRequest

        void handleRequest​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response,
                           java.lang.Object args)
                    throws java.lang.Exception
        Handle the request.
        Parameters:
        request - The request.
        response - The response.
        args - Container specific args.
        Throws:
        java.lang.Exception