Uses of Class
org.apache.cactus.WebRequest

Uses of WebRequest in org.apache.cactus
 

Subclasses of WebRequest in org.apache.cactus
 class ServletTestRequest
          Deprecated. As of Cactus 1.2, replaced by WebRequest
 

Methods in org.apache.cactus that return WebRequest
 WebRequest WebResponse.getWebRequest()
           
 

Methods in org.apache.cactus with parameters of type WebRequest
 void ServletURL.saveToRequest(WebRequest theRequest)
          Saves the current URL to a WebRequest object.
 

Constructors in org.apache.cactus with parameters of type WebRequest
WebResponse(WebRequest theRequest, HttpURLConnection theConnection)
           
 

Uses of WebRequest in org.apache.cactus.client
 

Methods in org.apache.cactus.client with parameters of type WebRequest
 HttpURLConnection AbstractHttpClient.doTest(WebRequest theRequest)
          Calls the test method indirectly by calling the Redirector servlet and then open a second HTTP connection to retrieve the test results.
 HttpURLConnection HttpClientHelper.connect(WebRequest theRequest)
          Connects to the Cactus Redirector using HTTP.
static String HttpClientHelper.getDomain(WebRequest theRequest, URLConnection theConnection)
          Returns the domain that will be used to send the cookies.
static String HttpClientHelper.getPath(WebRequest theRequest, URLConnection theConnection)
          Returns the path that will be used to validate if a cookie will be sent or not.
static int HttpClientHelper.getPort(WebRequest theRequest, URLConnection theConnection)
          Returns the domain that will be used to send the cookies.
 

Uses of WebRequest in org.apache.cactus.util.log
 

Aspects in org.apache.cactus.util.log that affect WebRequest
 class LogAspect
          Log every entry and exit of methods.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.