protected static final class HttpSessionStore.SessionBindingListener extends Object implements javax.servlet.http.HttpSessionBindingListener, Serializable
| Constructor and Description |
|---|
HttpSessionStore.SessionBindingListener(String applicationKey,
Session wicketSession)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent evg) |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent evt) |
public HttpSessionStore.SessionBindingListener(String applicationKey, Session wicketSession)
applicationKey - The unique key of the application within this web applicationwicketSession - The Wicket Session associated with the expiring http sessionpublic void valueBound(javax.servlet.http.HttpSessionBindingEvent evg)
valueBound in interface javax.servlet.http.HttpSessionBindingListenerHttpSessionBindingListener.valueBound(javax.servlet.http.HttpSessionBindingEvent)public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent evt)
valueUnbound in interface javax.servlet.http.HttpSessionBindingListenerHttpSessionBindingListener.valueUnbound(javax.servlet.http.HttpSessionBindingEvent)Copyright © 2006–2021 Apache Software Foundation. All rights reserved.