Uses of Package
org.apache.commons.cactus

Packages that use org.apache.commons.cactus
org.apache.commons.cactus Base package for the Cactus project.  
org.apache.commons.cactus.client   
org.apache.commons.cactus.server   
 

Classes in org.apache.commons.cactus used by org.apache.commons.cactus
AbstractTestCase
          Abstract class that specific test cases (ServletTestCase, FilterTestCase, ...) must extend.
ServiceEnumeration
          List of valid services that the ServletTestRedirector can perform.
ServletTestCase
          Test classes that need access to valid Servlet implicit objects (such as the the HTTP request, the HTTP response, the servlet config, ...) must subclass this class.
ServletTestRequest
          Contains all HTTP request data for a test case.
ServletURL
          Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ?
 

Classes in org.apache.commons.cactus used by org.apache.commons.cactus.client
ServletTestRequest
          Contains all HTTP request data for a test case.
 

Classes in org.apache.commons.cactus used by org.apache.commons.cactus.server
ServletURL
          Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ?
 



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