org.apache.cactus.server
class AbstractWebTestController

java.lang.Object
  |
  +--org.apache.cactus.server.AbstractWebTestController
All Implemented Interfaces:
TestController
Direct Known Subclasses:
FilterTestController, JspTestController, ServletTestController
Known Advisors:
LogAspect

public abstract class AbstractWebTestController
extends java.lang.Object
implements TestController

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

Version:
$Id: AbstractWebTestController.java,v 1.4 2002/07/22 12:26:04 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
AbstractWebTestController()
           
 
Method Summary
 void handleRequest(ImplicitObjects theObjects)
           Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWebTestController

public AbstractWebTestController()
Method Detail

handleRequest

public void handleRequest(ImplicitObjects theObjects)
                   throws javax.servlet.ServletException
Specified by:
handleRequest in interface TestController
Affected by:
around() in LogAspect.


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