| |
|
| java.lang.Object org.apache.cactus.internal.BaseWebRequest
All known Subclasses: org.apache.cactus.internal.WebRequestImpl,
BaseWebRequest | abstract public class BaseWebRequest implements WebRequest(Code) | | Contains all HTTP request data for a test case but independently of
the fact that there is or there is not a Cactus redirector. It is the
data that will be sent to the server side.
version: $Id: BaseWebRequest.java 238991 2004-05-22 11:34:50Z vmassol $ |
BaseWebRequest | public BaseWebRequest(Configuration theConfiguration)(Code) | | Parameters: theConfiguration - the Cactus configuration |
setConfiguration | public void setConfiguration(Configuration theConfiguration)(Code) | | Parameters: theConfiguration - the cactus configuration to assign to this request |
toString | public String toString()(Code) | | a string representation of the request |
|
|
|