Controller that extracts the requested service from the HTTP request and
executes the request. Examples of requests are: executing a given test,
returning the test result, verifying that the controller is correctly
configured, etc.
version: $Id: AbstractWebTestController.java 238991 2004-05-22 11:34:50Z vmassol $
handleRequest(ImplicitObjects theObjects) Handles the incoming request by extracting the requested service and
calling the correct method on a WebTestCaller.
Handles the incoming request by extracting the requested service and
calling the correct method on a WebTestCaller.
Parameters: theObjects - the implicit objects (they are different for thedifferent redirectors) exception: ServletException - if an error occurs when servicing therequest