Uses of Class
org.apache.wicket.protocol.http.WebRequestCycle

Packages that use WebRequestCycle
org.apache.wicket.examples   
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of WebRequestCycle in org.apache.wicket.examples
 

Subclasses of WebRequestCycle in org.apache.wicket.examples
 class WicketExampleRequestCycle
          Handles the PageExpiredException so that the SourcesPage can recover from a session expired.
 

Uses of WebRequestCycle in org.apache.wicket.markup.html
 

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

Uses of WebRequestCycle in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http that return WebRequestCycle
 WebRequestCycle MockWebApplication.createRequestCycle()
          Create and process the request cycle using the current request and response information.
 WebRequestCycle MockWebApplication.setupRequestAndResponse()
          Reset the request and the response back to a starting state and recreate the necessary wicket request, response and session objects.
 WebRequestCycle MockWebApplication.setupRequestAndResponse(boolean isAjax)
          Reset the request and the response back to a starting state and recreate the necessary wicket request, response and session objects.
 

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

Uses of WebRequestCycle in org.apache.wicket.protocol.http.request
 

Methods in org.apache.wicket.protocol.http.request with parameters of type WebRequestCycle
protected  String WebClientInfo.getRemoteAddr(WebRequestCycle requestCycle)
          When using ProxyPass, requestCycle().getHttpServletRequest().
 

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

Uses of WebRequestCycle in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester that return WebRequestCycle
protected  WebRequestCycle BaseWicketTester.resolveRequestCycle()
           
 



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