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.html,v 1.1 2003/04/14 12:27:26 sinisa Exp $
- Author:
- Vincent Massol
TestController
public TestController()
handleRequest
public void handleRequest(ImplicitObjects theObjects)
throws java.lang.Exception
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.