Uses of Interface
org.apache.cactus.Request

Packages that use Request
org.apache.cactus Contains all classes needed for writing Cactus tests. 
org.apache.cactus.client Contains the classes implementing of the client side of Cactus. 
org.apache.cactus.internal.client   
 

Uses of Request in org.apache.cactus
 

Classes in org.apache.cactus that implement Request
 class BaseWebRequest
          Contains all HTTP request data for a test case but independently of the fact that there is or there is not a Cactus redirector.
 class WebRequest
          Extends BaseWebRequest to add properties specific to the Cactus Web Redirectors.
 

Uses of Request in org.apache.cactus.client
 

Methods in org.apache.cactus.client with parameters of type Request
 java.lang.Object WebResponseObjectFactory.getResponseObject(java.lang.String theClassName, Request theRequest, java.net.HttpURLConnection theConnection)
           
 java.lang.Object ResponseObjectFactory.getResponseObject(java.lang.String theClassName, Request theRequest, java.net.HttpURLConnection theConnection)
          Constructs response object that are passed as parameter to endXXX() and global end methods.
 

Uses of Request in org.apache.cactus.internal.client
 

Methods in org.apache.cactus.internal.client with parameters of type Request
protected  void ClientTestCaseDelegate.callClientGlobalBegin(Request theRequest)
          Call the global begin method.
 void ClientTestCaseDelegate.callBeginMethod(Request theRequest)
          Call the test case begin method.
 



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