Class HttpSessionScope

  • All Implemented Interfaces:
    Scope, NonPersistent, SessionBindingListener, jakarta.servlet.http.HttpSessionBindingListener, java.io.Serializable, java.util.EventListener

    public class HttpSessionScope
    extends SessionScope
    implements jakarta.servlet.http.HttpSessionBindingListener, java.io.Serializable
    The Class HttpSessionScope.
    See Also:
    Serialized Form
    • Constructor Detail

      • HttpSessionScope

        public HttpSessionScope()
        Instantiates a new HttpSessionScope.
    • Method Detail

      • valueBound

        public void valueBound​(jakarta.servlet.http.HttpSessionBindingEvent event)
        Specified by:
        valueBound in interface jakarta.servlet.http.HttpSessionBindingListener
      • valueUnbound

        public void valueUnbound​(jakarta.servlet.http.HttpSessionBindingEvent event)
        Specified by:
        valueUnbound in interface jakarta.servlet.http.HttpSessionBindingListener