Interface | Description |
---|---|
ISessionStore |
The actual store that is used by
Session to store its attributes. |
ISessionStore.BindListener |
Listener invoked when session is bound.
|
ISessionStore.UnboundListener |
Listener invoked when session is unbound.
|
Class | Description |
---|---|
DefaultPageFactory |
A factory that constructs Pages.
|
HttpSessionStore |
Implementation of
ISessionStore that works with web applications and provides some
specific http servlet/ session related functionality. |
HttpSessionStore.SessionBindingListener |
Reacts on unbinding from the session by cleaning up the session related data.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.