Class HttpSessionStore.SessionBindingListener

java.lang.Object
org.apache.wicket.session.HttpSessionStore.SessionBindingListener
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionBindingListener, Serializable, EventListener
Enclosing class:
HttpSessionStore

protected static final class HttpSessionStore.SessionBindingListener extends Object implements jakarta.servlet.http.HttpSessionBindingListener, Serializable
Reacts on unbinding from the session by cleaning up the session related data.
See Also:
  • Constructor Details

    • SessionBindingListener

      public SessionBindingListener(String applicationKey, Session wicketSession)
      Construct.
      Parameters:
      applicationKey - The unique key of the application within this web application
      wicketSession - The Wicket Session associated with the expiring http session
  • Method Details

    • valueBound

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

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