Package org.apache.wicket.request.cycle
-
Interface Summary Interface Description IRequestCycleListener A callback interface for various methods in the request cycle. -
Class Summary Class Description PageRequestHandlerTracker Registers and retrieves first and last executedIPageRequestHandler
in a request cycle.RequestCycle RequestCycle
consists of two steps: Resolve request handler Execute request handler DuringIRequestHandler
execution the handler can schedule anotherIRequestHandler
to run after it is done, or replace allIRequestHandler
s on stack with anotherIRequestHandler
.RequestCycleContext Represents the context for the request cycle.RequestCycleListenerCollection CompositeIRequestCycleListener
that notifies all registered listeners with each IRequestCycleListener event.