public interface TestController
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(ImplicitObjects theObjects)
Handles the incoming request by extracting the requested service and
calling the correct test method.
|
void handleRequest(ImplicitObjects theObjects) throws java.lang.Exception
theObjects
- the implicit objects (they are different for the
different redirectors)java.lang.Exception
- if an error occurs when servicing the requestCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.