Uses of Package
org.apache.cactus

Packages that use org.apache.cactus
org.apache.cactus Contains all classes needed for Writing Cactus test classes.  
org.apache.cactus.client   
org.apache.cactus.server   
 

Classes in org.apache.cactus used by org.apache.cactus
AbstractTestCase
          Abstract class that specific test cases (ServletTestCase, FilterTestCase, ...) must extend.
Cookie
          Client cookie.
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
          Deprecated. As of Cactus 1.2, replaced by WebRequest
ServletURL
          Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ?
TestAbstractTestCase_InterceptorTestCase
          Test TestCase class that intercepts all exceptions (and assert them) coming from test case classes that inherits from it.
WebRequest
          Contains all HTTP request data for a test case.
WebResponse
          Default web response implementation that provides a minimal API for asserting returned output stream from the server side.
 

Classes in org.apache.cactus used by org.apache.cactus.client
ServletTestRequest
          Deprecated. As of Cactus 1.2, replaced by WebRequest
WebRequest
          Contains all HTTP request data for a test case.
 

Classes in org.apache.cactus used by org.apache.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.