Uses of Package
org.apache.cactus.internal.configuration

Packages that use org.apache.cactus.internal.configuration
org.apache.cactus.client.authentication Contains classes that support using and testing various authentification schemes. 
org.apache.cactus.extension.jetty Contains classes to support running Cactus tests against an embedded Jetty container. 
org.apache.cactus.internal Contains Cactus internal implementation classes. 
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. 
 

Classes in org.apache.cactus.internal.configuration used by org.apache.cactus.client.authentication
Configuration
          Contains all configuration information for the Cactus framework.
 

Classes in org.apache.cactus.internal.configuration used by org.apache.cactus.extension.jetty
Configuration
          Contains all configuration information for the Cactus framework.
FilterConfiguration
          Provides access to the Cactus configuration parameters related to the Filter Redirector.
ServletConfiguration
          Provides access to the Cactus configuration parameters related to the Servlet Redirector.
 

Classes in org.apache.cactus.internal.configuration used by org.apache.cactus.internal
Configuration
          Contains all configuration information for the Cactus framework.
WebConfiguration
          Extends the generic Configuration interface with methods provided configuration information related to Web redirectors.
 

Classes in org.apache.cactus.internal.configuration used by org.apache.cactus.internal.client.connector.http
Configuration
          Contains all configuration information for the Cactus framework.
WebConfiguration
          Extends the generic Configuration interface with methods provided configuration information related to Web redirectors.
 

Classes in org.apache.cactus.internal.configuration used by org.apache.cactus.internal.configuration
AbstractWebConfiguration
          Common implementation for all WebConfiguration implementations.
BaseConfiguration
          Provides access to the Cactus configuration parameters that are independent of any redirector.
Configuration
          Contains all configuration information for the Cactus framework.
FilterConfiguration
          Provides access to the Cactus configuration parameters related to the Filter Redirector.
JspConfiguration
          Provides access to the Cactus configuration parameters related to the JSP Redirector.
ServletConfiguration
          Provides access to the Cactus configuration parameters related to the Servlet Redirector.
WebConfiguration
          Extends the generic Configuration interface with methods provided configuration information related to Web redirectors.
 



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