Class RequestCycle

java.lang.Object
org.apache.wicket.request.cycle.RequestCycle
All Implemented Interfaces:
IEventSink, IMetadataContext<Object,RequestCycle>, IRequestCycle

RequestCycle consists of two steps:
  1. Resolve request handler
  2. 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.
Author:
Matej Knopp, igor.vaynberg
See Also: