Class HttpSessionScope

All Implemented Interfaces:
Scope, NonPersistent, SessionBindingListener, jakarta.servlet.http.HttpSessionBindingListener, Serializable, EventListener

public class HttpSessionScope extends SessionScope implements jakarta.servlet.http.HttpSessionBindingListener, Serializable
The Class HttpSessionScope.
See Also:
  • Constructor Details

    • HttpSessionScope

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

    • 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