public abstract class AbstractWebTestController extends java.lang.Object implements TestController
| Constructor and Description |
|---|
AbstractWebTestController() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractWebTestCaller |
getTestCaller(WebImplicitObjects theObjects) |
void |
handleRequest(ImplicitObjects theObjects)
Handles the incoming request by extracting the requested service and
calling the correct method on a
WebTestCaller. |
protected abstract AbstractWebTestCaller getTestCaller(WebImplicitObjects theObjects)
theObjects - the implicit objects coming from the redirectorpublic void handleRequest(ImplicitObjects theObjects) throws javax.servlet.ServletException
WebTestCaller.handleRequest in interface TestControllertheObjects - the implicit objects (they are different for the
different redirectors)javax.servlet.ServletException - if an error occurs when servicing the
requestCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.