org.apache.cactus.server
Class FilterTestController

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

public class FilterTestController
extends AbstractTestController

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.java,v 1.2 2001/09/14 20:13:11 pier Exp $
Author:
Vincent Massol

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

FilterTestController

public FilterTestController()


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