Package org.hippoecm.hst.container.event
Class HttpSessionCreatedEvent
java.lang.Object
java.util.EventObject
org.hippoecm.hst.container.event.HttpSessionCreatedEvent
- All Implemented Interfaces:
Serializable
Published by a
HttpSessionListener
when an HttpSession
is created 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
-
HttpSessionCreatedEvent
public HttpSessionCreatedEvent(jakarta.servlet.http.HttpSession httpSession)
-
-
Method Details
-
getSession
public jakarta.servlet.http.HttpSession getSession()
-