Uses of Class
org.apache.commons.cactus.ServletTestRequest

Packages that use ServletTestRequest
org.apache.commons.cactus Base package for the Cactus project.  
org.apache.commons.cactus.client   
 

Uses of ServletTestRequest in org.apache.commons.cactus
 

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

Uses of ServletTestRequest in org.apache.commons.cactus.client
 

Methods in org.apache.commons.cactus.client with parameters of type ServletTestRequest
abstract  java.net.HttpURLConnection AbstractHttpClient.doTest(ServletTestRequest theRequest)
          Calls the test method indirectly by calling the Redirector servlet and then open a second HTTP connection to retrieve the test results.
 java.net.HttpURLConnection JspHttpClient.doTest(ServletTestRequest theRequest)
          Calls the test method indirectly by calling the Redirector JSP and then open a second HTTP connection to the Servlet Redirector to retrieve the test results.
 java.net.HttpURLConnection ServletHttpClient.doTest(ServletTestRequest theRequest)
          Calls the test method indirectly by calling the Redirector servlet and then open a second HTTP connection to retrieve the test results.
 



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