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

Uses of ImplicitObjects in org.apache.cactus.server
 

Subinterfaces of ImplicitObjects in org.apache.cactus.server
static 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 (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 ImplicitObjects
 void AbstractWebTestController.handleRequest(ImplicitObjects theObjects)
           
abstract  void TestController.handleRequest(ImplicitObjects theObjects)
           
 



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