Uses of Class
org.apache.commons.cactus.server.ServletImplicitObjects

Packages that use ServletImplicitObjects
org.apache.commons.cactus.server   
 

Uses of ServletImplicitObjects in org.apache.commons.cactus.server
 

Subclasses of ServletImplicitObjects in org.apache.commons.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).
 

Methods in org.apache.commons.cactus.server with parameters of type ServletImplicitObjects
 void ServletTestCaller.doTest(ServletImplicitObjects theObjects)
          Calls a test method.
 void ServletTestCaller.doGetResults(ServletImplicitObjects theObjects)
          Return the last test results as a serialized object in the HTTP response.
 



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