| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.mock | |
| org.apache.wicket.session |
| Modifier and Type | Method and Description |
|---|---|
protected ISessionStore |
Session.getSessionStore()
Gets the session store.
|
ISessionStore |
Application.getSessionStore()
Gets the facade object for working getting/ storing session instances.
|
| Modifier and Type | Method and Description |
|---|---|
IProvider<ISessionStore> |
Application.getSessionStoreProvider() |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.setSessionStoreProvider(IProvider<ISessionStore> sessionStoreProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockSessionStore
Session store that holds one session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpSessionStore
Implementation of
ISessionStore that works with web applications and provides some
specific http servlet/ session related functionality. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.