Uses of Class
org.apache.cactus.server.WebImplicitObjects

Packages that use WebImplicitObjects
org.apache.cactus.server   
 

Uses of WebImplicitObjects in org.apache.cactus.server
 

Subclasses of WebImplicitObjects in org.apache.cactus.server
 class JspImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. subclasses of JspTestCase).
 class ServletImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. subclasses of ServletTestCase).
 

Methods in org.apache.cactus.server with parameters of type WebImplicitObjects
 void AbstractTestController.handleRequest(WebImplicitObjects theObjects)
          Handles the incoming request by extracting the requested service and calling the correct method on a WebTestCaller.
 

Constructors in org.apache.cactus.server with parameters of type WebImplicitObjects
AbstractTestCaller(WebImplicitObjects theObjects)
           
 



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