Uses of Class
wicket.protocol.http.WebRequestCycle

Packages that use WebRequestCycle
wicket.markup.html Base package of HTML markup. 
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
 

Uses of WebRequestCycle in wicket.markup.html
 

Methods in wicket.markup.html that return WebRequestCycle
protected  WebRequestCycle WebPage.getWebRequestCycle()
           
 

Uses of WebRequestCycle in wicket.protocol.http
 

Methods in wicket.protocol.http that return WebRequestCycle
 WebRequestCycle MockWebApplication.createRequestCycle()
          Create and process the request cycle using the current request and response information.
 

Methods in wicket.protocol.http with parameters of type WebRequestCycle
 void MockWebApplication.processRequestCycle(WebRequestCycle cycle)
          Create and process the request cycle using the current request and response information.
 

Uses of WebRequestCycle in wicket.protocol.http.request
 

Constructors in wicket.protocol.http.request with parameters of type WebRequestCycle
WebClientInfo(WebRequestCycle requestCycle)
          Construct.
WebClientInfo(WebRequestCycle requestCycle, java.lang.String userAgent)
          Construct.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.