Class HttpSessionDestroyedEvent

java.lang.Object
java.util.EventObject
org.hippoecm.hst.container.event.HttpSessionDestroyedEvent
All Implemented Interfaces:
Serializable

public class HttpSessionDestroyedEvent extends EventObject
Published by a HttpSessionListener when an HttpSession is destroyed by the container
See Also:
  • Constructor Details

    • HttpSessionDestroyedEvent

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

    • getSession

      public jakarta.servlet.http.HttpSession getSession()