Package org.hippoecm.hst.container.event
Class HttpSessionDestroyedEvent
java.lang.Object
java.util.EventObject
org.hippoecm.hst.container.event.HttpSessionDestroyedEvent
- All Implemented Interfaces:
Serializable
Published by a
HttpSessionListener
when an HttpSession
is destroyed by the container- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
HttpSessionDestroyedEvent
public HttpSessionDestroyedEvent(jakarta.servlet.http.HttpSession httpSession)
-
-
Method Details
-
getSession
public jakarta.servlet.http.HttpSession getSession()
-