Uses of Package
org.apache.cactus

Packages that use org.apache.cactus
org.apache.cactus Contains all classes needed for writing Cactus tests. 
org.apache.cactus.client.authentication Contains classes that support using and testing various authentification schemes. 
org.apache.cactus.internal Contains Cactus internal implementation classes. 
org.apache.cactus.internal.client Contains the classes implementing of the client side of Cactus. 
org.apache.cactus.internal.client.connector.http Contains the implementation of the HTTP transport for communication of the client-side test runner with the server-side redirectors. 
org.apache.cactus.internal.configuration Contains the classes that support the configuration of Cactus. 
org.apache.cactus.internal.util Contains various internal utility classes. 
org.apache.cactus.server Contains the Cactus redirectors and the Cactus wrappers around all Servlet, Filter and JSP implicit objects. 
org.apache.cactus.spi.client Contains Cactus client-side SPI classes required to implement new protocols other than the Cactus-implemented ones. 
org.apache.cactus.spi.client.connector   
 

Classes in org.apache.cactus used by org.apache.cactus
Cookie
          Client cookie.
HttpSessionCookie
          Cookie containing an HTTP Session id.
Request
          Tagging interface that represents all Requests objects that are used on the Cactus client side to store information related to the request that will be sent to the Cactus redirector (on the Cactus Server side).
ServletTestCase
          Cactus test case to unit test Servlets.
ServletURL
          Simulate an HTTP URL by breaking it into its different parts.
WebRequest
          Contains HTTP request data for a Cactus test case.
 

Classes in org.apache.cactus used by org.apache.cactus.client.authentication
WebRequest
          Contains HTTP request data for a Cactus test case.
 

Classes in org.apache.cactus used by org.apache.cactus.internal
Cookie
          Client cookie.
HttpSessionCookie
          Cookie containing an HTTP Session id.
Request
          Tagging interface that represents all Requests objects that are used on the Cactus client side to store information related to the request that will be sent to the Cactus redirector (on the Cactus Server side).
ServletURL
          Simulate an HTTP URL by breaking it into its different parts.
WebRequest
          Contains HTTP request data for a Cactus test case.
 

Classes in org.apache.cactus used by org.apache.cactus.internal.client
Request
          Tagging interface that represents all Requests objects that are used on the Cactus client side to store information related to the request that will be sent to the Cactus redirector (on the Cactus Server side).
 

Classes in org.apache.cactus used by org.apache.cactus.internal.client.connector.http
Request
          Tagging interface that represents all Requests objects that are used on the Cactus client side to store information related to the request that will be sent to the Cactus redirector (on the Cactus Server side).
WebRequest
          Contains HTTP request data for a Cactus test case.
 

Classes in org.apache.cactus used by org.apache.cactus.internal.configuration
WebRequest
          Contains HTTP request data for a Cactus test case.
 

Classes in org.apache.cactus used by org.apache.cactus.internal.util
Cookie
          Client cookie.
WebRequest
          Contains HTTP request data for a Cactus 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.
 

Classes in org.apache.cactus used by org.apache.cactus.spi.client
Request
          Tagging interface that represents all Requests objects that are used on the Cactus client side to store information related to the request that will be sent to the Cactus redirector (on the Cactus Server side).
 

Classes in org.apache.cactus used by org.apache.cactus.spi.client.connector
Request
          Tagging interface that represents all Requests objects that are used on the Cactus client side to store information related to the request that will be sent to the Cactus redirector (on the Cactus Server side).
 



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