org.apache.cactus.server
class ServletTestController

java.lang.Object
  |
  +--org.apache.cactus.server.AbstractTestController
        |
        +--org.apache.cactus.server.ServletTestController

public class ServletTestController
extends AbstractTestController

Servlet Controller that extracts the requested service from the HTTP request and executes the request by calling a ServletTestCaller. There are 2 services available : one for executing the test and one for returning the test result.

Version:
$Id: ServletTestController.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
ServletTestController()
          Servlet Controller that extracts the requested service from the HTTP request and executes the request by calling a ServletTestCaller.
 
Methods inherited from class org.apache.cactus.server.AbstractTestController
handleRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletTestController

public ServletTestController()
Servlet Controller that extracts the requested service from the HTTP request and executes the request by calling a ServletTestCaller. There are 2 services available : one for executing the test and one for returning the test result.


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