Package javax.servlet

Class ServletRequestAttributeEvent

    • Constructor Detail

      • ServletRequestAttributeEvent

        public ServletRequestAttributeEvent​(ServletContext servletContext,
                                            ServletRequest request,
                                            String name,
                                            Object value)
        Constructor.
        Parameters:
        servletContext - the servlet context.
        request - the request.
        name - the name.
        value - the value.
    • Method Detail

      • getName

        public String getName()
        Get the name.
        Returns:
        the name.
      • getValue

        public Object getValue()
        Get the value.
        Returns:
        the value.