org.apache.cactus.server
class ServletTestController

java.lang.Object
  |
  +--org.apache.cactus.server.AbstractWebTestController
        |
        +--org.apache.cactus.server.ServletTestController
All Implemented Interfaces:
TestController

public class ServletTestController
extends AbstractWebTestController

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.html,v 1.1 2003/04/14 12:27:26 sinisa Exp $
Author:
Vincent Massol

Constructor Summary
ServletTestController()
           
 
Methods inherited from class org.apache.cactus.server.AbstractWebTestController
handleRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletTestController

public ServletTestController()


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