| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.mock | |
| org.apache.wicket.protocol.http |
HTTP implementation.
|
| org.apache.wicket.session |
| Modifier and Type | Class and Description |
|---|---|
class |
Application
Base class for all Wicket applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockApplication
WebApplication used for testing. |
| Modifier and Type | Method and Description |
|---|---|
Set<ISessionStore.UnboundListener> |
MockSessionStore.getUnboundListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
MockSessionStore.registerUnboundListener(ISessionStore.UnboundListener listener) |
void |
MockSessionStore.unregisterUnboundListener(ISessionStore.UnboundListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebApplication
A web application is a subclass of Application which associates with an instance of WicketServlet
to serve pages over the HTTP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ISessionStore.UnboundListener> |
ISessionStore.getUnboundListener() |
Set<ISessionStore.UnboundListener> |
HttpSessionStore.getUnboundListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ISessionStore.registerUnboundListener(ISessionStore.UnboundListener listener)
Registers listener invoked when session is unbound.
|
void |
HttpSessionStore.registerUnboundListener(ISessionStore.UnboundListener listener) |
void |
ISessionStore.unregisterUnboundListener(ISessionStore.UnboundListener listener)
Unregisters listener invoked when session is unbound.
|
void |
HttpSessionStore.unregisterUnboundListener(ISessionStore.UnboundListener listener) |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.