java.lang.Object
java.util.EventObject
jakarta.servlet.http.HttpSessionEvent
jakarta.servlet.http.HttpSessionBindingEvent
- All Implemented Interfaces:
Serializable
The HttpSessionBindingEvent API.
- Author:
- Manfred Riem ([email protected])
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionHttpSessionBindingEvent(HttpSession session, String name)
Constructor.HttpSessionBindingEvent(HttpSession session, String name, Object value)
Constructor. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
HttpSessionBindingEvent
Constructor.- Parameters:
session
- the HTTP session.name
- the name.
-
HttpSessionBindingEvent
Constructor.- Parameters:
session
- the HTTP session.name
- the name.value
- the value.
-
-
Method Details
-
getName
Returns the name.- Returns:
- the name
-
getSession
Returns the HTTP session.- Overrides:
getSession
in classHttpSessionEvent
- Returns:
- the HTTP session
-
getValue
Returns the value.- Returns:
- the value
-