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

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

Uses of ImplicitObjects in org.apache.cactus.internal.server
 

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

Classes in org.apache.cactus.internal.server that implement ImplicitObjects
 class AbstractWebImplicitObjects
          Holder class that contains the instances of the implicit objects that exist for all web requests.
 class BeanImplicitObjects
          Prototype of EJBRedirector for Cactus.
 class FilterImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (ie subclasses of FilterTestCase).
 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.internal.server with parameters of type ImplicitObjects
 void AbstractWebTestController.handleRequest(ImplicitObjects theObjects)
          Handles the incoming request by extracting the requested service and calling the correct method on a WebTestCaller.
 void AbstractEJBTestController.handleRequest(ImplicitObjects theObjects)
           
 void MessageDrivenBeanTestController.handleRequest(ImplicitObjects theObjects)
          This method is supposed to handle the request from the Redirector.
 

Uses of ImplicitObjects in org.apache.cactus.spi.server
 

Classes in org.apache.cactus.spi.server that implement ImplicitObjects
 class MessageDrivenBeanImplicitObjects
          Implicit objects for the Message Driven Bean redirector.
 

Methods in org.apache.cactus.spi.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.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.