Uses of Interface
org.apache.cactus.server.TestController

Packages that use TestController
org.apache.cactus.server Contains the classes implementing the server side of Cactus. 
 

Uses of TestController in org.apache.cactus.server
 

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 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.
 



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.