Class HttpSessionStore.SessionBindingListener

    • Constructor Detail

      • 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 Detail

      • valueBound

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

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