org.apache.cactus
class ServletTestRequest

java.lang.Object
  |
  +--org.apache.cactus.WebRequest
        |
        +--org.apache.cactus.ServletTestRequest

Deprecated. As of Cactus 1.2, replaced by WebRequest

public class ServletTestRequest
extends WebRequest

Contains all HTTP request data for a test case. It is the data that will be sent to the server redirector and that will be available to the test methods through the HttpServletRequest object.

Namely, it is :

Version:
$Id: ServletTestRequest.java,v 1.1 2002/03/01 00:43:45 vmassol Exp $
Author:
Vincent Massol
See Also:
WebRequest

Fields inherited from class org.apache.cactus.WebRequest
GET_METHOD, POST_METHOD
 
Constructor Summary
ServletTestRequest()
          Deprecated. As of Cactus 1.2, replaced by WebRequest
 
Methods inherited from class org.apache.cactus.WebRequest
addCookie, addCookie, addCookie, addHeader, addParameter, addParameter, getAuthentication, getAutomaticSession, getContentType, getCookies, getHeader, getHeaderNames, getHeaderValues, getParameterGet, getParameterNamesGet, getParameterNamesPost, getParameterPost, getParameterValuesGet, getParameterValuesPost, getRedirectorName, getURL, getUserData, setAuthentication, setAutomaticSession, setContentType, setRedirectorName, setURL, setUserData, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletTestRequest

public ServletTestRequest()
Deprecated. As of Cactus 1.2, replaced by WebRequest

Contains all HTTP request data for a test case. It is the data that will be sent to the server redirector and that will be available to the test methods through the HttpServletRequest object.

Namely, it is :
See Also:
WebRequest


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