org.apache.cactus.server
class FilterTestController

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

public class FilterTestController
extends AbstractWebTestController

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

Version:
$Id: FilterTestController.html,v 1.1 2003/04/14 12:27:25 sinisa Exp $
Author:
Vincent Massol

Constructor Summary
FilterTestController()
           
 
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

FilterTestController

public FilterTestController()


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