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 a HttpSessionListener when an HttpSession is created by the container
See Also:
  • Constructor Details

    • HttpSessionCreatedEvent

      public HttpSessionCreatedEvent(jakarta.servlet.http.HttpSession httpSession)
  • Method Details

    • getSession

      public jakarta.servlet.http.HttpSession getSession()