Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.meterware.httpunit
Class RequestContext  view RequestContext download RequestContext.java

java.lang.Object
  extended bycom.meterware.httpunit.RequestContext

class RequestContext
extends java.lang.Object

The context for a request which could have subrequests.


Field Summary
private  java.util.ArrayList _newResponses
           
 
Constructor Summary
(package private) RequestContext()
           
 
Method Summary
(package private)  void addNewResponse(WebResponse response)
           
(package private)  void runScripts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_newResponses

private java.util.ArrayList _newResponses
Constructor Detail

RequestContext

RequestContext()
Method Detail

addNewResponse

void addNewResponse(WebResponse response)

runScripts

void runScripts()
          throws org.xml.sax.SAXException