Class ServletContextAttributeEvent

java.lang.Object
java.util.EventObject
jakarta.servlet.ServletContextEvent
jakarta.servlet.ServletContextAttributeEvent
All Implemented Interfaces:
Serializable

public class ServletContextAttributeEvent extends ServletContextEvent
The ServletContextAttributeEvent API.
Author:
Manfred Riem ([email protected])
See Also:
Serialized Form
  • Constructor Details

    • ServletContextAttributeEvent

      public ServletContextAttributeEvent(ServletContext servletContext, String name, Object value)
      Constructor.
      Parameters:
      servletContext - the servlet context.
      name - the name.
      value - the value.
  • Method Details

    • getName

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

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