Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.internal.server » [javadoc | source]
org.apache.cactus.internal.server
abstract public class: AbstractWebTestController [javadoc | source]
java.lang.Object
   org.apache.cactus.internal.server.AbstractWebTestController

All Implemented Interfaces:
    TestController

Direct Known Subclasses:
    ServletTestController, FilterTestController, JspTestController

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.
Method from org.apache.cactus.internal.server.AbstractWebTestController Summary:
getTestCaller,   handleRequest
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.internal.server.AbstractWebTestController Detail:
 abstract protected AbstractWebTestCaller getTestCaller(WebImplicitObjects theObjects)
 public  void handleRequest(ImplicitObjects theObjects) throws ServletException 
    Handles the incoming request by extracting the requested service and calling the correct method on a WebTestCaller.