| Classes in org.apache.cactus.server that implement TestController |
class |
AbstractWebTestController
Controller that extracts the requested service from the HTTP request and
executes the request. |
class |
FilterTestController
Filter Controller that extracts the requested service from the
HTTP request and executes the request by calling a
FilterTestCaller. |
class |
JspTestController
JSP Controller that extracts the requested service from the
HTTP request and executes the request by calling a
JspTestCaller. |
class |
ServletTestController
Servlet Controller that extracts the requested service from the
HTTP request and executes the request by calling a
ServletTestCaller. |