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

Uses of WebImplicitObjects in org.apache.cactus.server
 

Classes in org.apache.cactus.server that implement WebImplicitObjects
 class AbstractWebImplicitObjects
          Holder class that contains the instances of the implicit objects that exist for all web requests.
 class JspImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e.
 class ServletImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e.
 

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-2002 Apache Software Foundation. All Rights Reserved.