|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cactus.server.AbstractTestController
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.
Constructor Summary | |
AbstractTestController()
|
Method Summary | |
void |
handleRequest(WebImplicitObjects theObjects)
Handles the incoming request by extracting the requested service and calling the correct method on a WebTestCaller . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractTestController()
Method Detail |
public void handleRequest(WebImplicitObjects theObjects) throws javax.servlet.ServletException
WebTestCaller
.theObjects
- the implicit objects (they are different for the
different redirectors)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |