Class HttpSessionCreatedEvent

  • All Implemented Interfaces:
    Serializable

    public class HttpSessionCreatedEvent
    extends EventObject
    Published by a HttpSessionListener when an HttpSession is created by the container
    See Also:
    Serialized Form
    • Constructor Detail

      • HttpSessionCreatedEvent

        public HttpSessionCreatedEvent​(javax.servlet.http.HttpSession httpSession)
    • Method Detail

      • getSession

        public javax.servlet.http.HttpSession getSession()