Package org.hippoecm.hst.container.event
Class HttpSessionCreatedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.hippoecm.hst.container.event.HttpSessionCreatedEvent
-
- All Implemented Interfaces:
Serializable
public class HttpSessionCreatedEvent extends EventObject
Published by aHttpSessionListener
when anHttpSession
is created by the container- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description HttpSessionCreatedEvent(javax.servlet.http.HttpSession httpSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.http.HttpSession
getSession()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-