JavaScript is disabled on your browser.
javax.servlet.http

Class HttpSessionEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    HttpSessionBindingEvent


    public class HttpSessionEvent
    extends java.util.EventObject
    A session lifecycle event. This is the event which is passed to #HttpSessionListener.
    Since:
    2.3
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors
      Constructor and Description
      HttpSessionEvent (HttpSession source)
      construct the event with the session the event is about.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      HttpSession getSession ()
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HttpSessionEvent

        public HttpSessionEvent(HttpSession source)
        construct the event with the session the event is about.
    • Method Detail

      • getSession

        public HttpSession getSession()
        Returns:
        the event source cast to a session

AltStyle によって変換されたページ (->オリジナル) /