org.apache.cactus.client
class JspHttpClient

java.lang.Object
  |
  +--org.apache.cactus.client.AbstractHttpClient
        |
        +--org.apache.cactus.client.JspHttpClient

public class JspHttpClient
extends AbstractHttpClient

Manage the logic for calling the JSP redirector for executing a test on the server side.

Version:
$Id: JspHttpClient.java,v 1.2 2002/04/14 15:56:27 vmassol Exp $
Author:
Vincent Massol

Fields inherited from class org.apache.cactus.client.AbstractHttpClient
CONFIG, CONFIG_NAME
 
Constructor Summary
JspHttpClient()
          Manage the logic for calling the JSP redirector for executing a test on the server side.
 
Methods inherited from class org.apache.cactus.client.AbstractHttpClient
doTest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspHttpClient

public JspHttpClient()
Manage the logic for calling the JSP redirector for executing a test on the server side.


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