Package org.apache.wicket.request.cycle

Interface Summary
IRequestCycleListener A callback interface for various methods in the request cycle.
 

Class Summary
AbstractRequestCycleListener Empty implementation of an IRequestCycleListener useful as a starting point for your own custom listener.
RequestCycle RequestCycle consists of two steps: Resolve request handler Execute request handler During IRequestHandler execution the handler can execute other IRequestHandlers, schedule another IRequestHandler 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-2011 Apache Software Foundation. All Rights Reserved.