Class HttpSessionBindingEvent

All Implemented Interfaces:
Serializable

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

    • HttpSessionBindingEvent

      public HttpSessionBindingEvent(HttpSession session, String name)
      Constructor.
      Parameters:
      session - the HTTP session.
      name - the name.
    • HttpSessionBindingEvent

      public HttpSessionBindingEvent(HttpSession session, String name, Object value)
      Constructor.
      Parameters:
      session - the HTTP session.
      name - the name.
      value - the value.
  • Method Details

    • getName

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

      public HttpSession getSession()
      Returns the HTTP session.
      Overrides:
      getSession in class HttpSessionEvent
      Returns:
      the HTTP session
    • getValue

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