Class RequestCycleContext

java.lang.Object
org.apache.wicket.request.cycle.RequestCycleContext

public final class RequestCycleContext extends Object
Represents the context for the request cycle. This class is mainly a grouping parameter for the RequestCycle constructor. It is only necessary to future-proof the API by making sure method signatures do not change if further parameters are introduced at a later time.

NOTE: Once a RequestCycle is instantiated using an instance of this class, the setters will have no further effect on the request cycle.

Author:
igor.vaynberg