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 executedIPageRequestHandlerin a request cycle.RequestCycle RequestCycleconsists of two steps: Resolve request handler Execute request handler DuringIRequestHandlerexecution the handler can schedule anotherIRequestHandlerto run after it is done, or replace allIRequestHandlers on stack with anotherIRequestHandler.RequestCycleContext Represents the context for the request cycle.RequestCycleListenerCollection CompositeIRequestCycleListenerthat notifies all registered listeners with each IRequestCycleListener event.