Package org.apache.wicket.request.cycle

Interface Summary
RequestCycle.DetachCallback Custom callback invoked on request cycle detach.
 

Class Summary
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.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.