public static interface ISessionStore.BindListener
| Modifier and Type | Method and Description |
|---|---|
void |
bindingSession(org.apache.wicket.request.Request request,
Session newSession)
Informs the listener that a session is about to be bound.
|
void bindingSession(org.apache.wicket.request.Request request,
Session newSession)
temporary sessions.request - The request the session is bound innewSession - The session that will be boundCopyright © 2006–2018 Apache Software Foundation. All rights reserved.