Module org.apache.wicket.core
Package org.apache.wicket.request.cycle
package org.apache.wicket.request.cycle
-
ClassDescriptionA callback interface for various methods in the request cycle.Registers and retrieves first and last executed
IPageRequestHandler
in a request cycle.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
.Represents the context for the request cycle.CompositeIRequestCycleListener
that notifies all registered listeners with each IRequestCycleListener event.