Class RequestEvent

    • Constructor Detail

      • RequestEvent

        public RequestEvent​(String servlet,
                            ApplicationContext context,
                            javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
        Creates an instance with the application context, the client request, and the name of the target servlet.
        Parameters:
        context - the context of the application
        servlet - the name of the target servlet
        request - the client request
    • Method Detail

      • servlet

        public String servlet()
        Returns the name of the target servlet.
        Returns:
        the name of the servlet.
      • request

        public javax.servlet.http.HttpServletRequest request()
        Returns the client request.
        Returns:
        the request
      • response

        public javax.servlet.http.HttpServletResponse response()
        Returns the response.
        Returns:
        the response