Package javax.servlet

Class ServletRequestEvent

    • Constructor Detail

      • ServletRequestEvent

        public ServletRequestEvent​(ServletContext servletContext,
                                   ServletRequest servletRequest)
        Constructor.
        Parameters:
        servletContext - the servlet context.
        servletRequest - the servlet request.
    • Method Detail

      • getServletContext

        public ServletContext getServletContext()
        Get the servlet context.
        Returns:
        the servlet context.
      • getServletRequest

        public ServletRequest getServletRequest()
        Get the servlet request.
        Returns:
        the servlet request.