org.apache.cactus.server
Interface TestController

All Known Implementing Classes:
AbstractWebTestController

public interface TestController

Controller interface that simlulates a bit the controller from the MVC model in that this controller implementation classes are in charge of extracting data from the request and calling the test method to execute. Note that this is independent of the protocol (HTTP, JMS, etc).

Version:
$Id: TestController.java,v 1.1 2002/05/06 17:38:23 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
TestController()
           
 
Method Summary
abstract  void handleRequest(ImplicitObjects theObjects)
           
 

Constructor Detail

TestController

public TestController()
Method Detail

handleRequest

public void handleRequest(ImplicitObjects theObjects)
                   throws java.lang.Exception


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