| Interface | Description |
|---|---|
| IRequestCycleListener |
A callback interface for various methods in the request cycle.
|
| Class | Description |
|---|---|
| AbstractRequestCycleListener | Deprecated
This class will be removed in Wicket 9.0.0.
|
| PageRequestHandlerTracker |
Registers and retrieves first and last executed
IPageRequestHandler in a request cycle. |
| RequestCycle |
RequestCycle consists of two steps:
Resolve request handler
Execute request handler
During IRequestHandler execution the handler can schedule another IRequestHandler
to run after it is done, or replace all IRequestHandlers on stack with another
IRequestHandler. |
| RequestCycleContext |
Represents the context for the request cycle.
|
| RequestCycleListenerCollection |
Composite
IRequestCycleListener that notifies all registered listeners with each
IRequestCycleListener event. |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.