org.apache.wicket.protocol.http
Class AbstractHttpSessionStore.SessionBindingListener

java.lang.Object
  extended by org.apache.wicket.protocol.http.AbstractHttpSessionStore.SessionBindingListener
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.servlet.http.HttpSessionBindingListener
Enclosing class:
AbstractHttpSessionStore

protected static final class AbstractHttpSessionStore.SessionBindingListener
extends java.lang.Object
implements javax.servlet.http.HttpSessionBindingListener, java.io.Serializable

Reacts on unbinding from the session by cleaning up the session related application data.

See Also:
Serialized Form

Constructor Summary
AbstractHttpSessionStore.SessionBindingListener(java.lang.String applicationKey, java.lang.String sessionId)
          Construct.
 
Method Summary
 void valueBound(javax.servlet.http.HttpSessionBindingEvent evg)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHttpSessionStore.SessionBindingListener

public AbstractHttpSessionStore.SessionBindingListener(java.lang.String applicationKey,
                                                       java.lang.String sessionId)
Construct.

Parameters:
applicationKey - The unique key of the application within this web application
sessionId - The session's id
Method Detail

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent evg)
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener
See Also:
HttpSessionBindingListener.valueBound(javax.servlet.http.HttpSessionBindingEvent)

valueUnbound

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


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.