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

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

Uses of ImplicitObjects in org.apache.cactus.server
 

Subinterfaces of ImplicitObjects in org.apache.cactus.server
 interface WebImplicitObjects
          Interface for implicit objects that exist for all web requests (HttpServletRequest, HttpServletResponse and ServletContext).
 

Classes in org.apache.cactus.server that implement ImplicitObjects
 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 (ie subclasses of JspTestCase).
 class ServletImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (ie subclasses of ServletTestCase).
 

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



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