Uses of Interface
org.apache.cactus.internal.configuration.WebConfiguration

Packages that use WebConfiguration
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. 
 

Uses of WebConfiguration in org.apache.cactus.internal
 

Constructors in org.apache.cactus.internal with parameters of type WebConfiguration
WebRequestImpl(WebConfiguration theConfiguration)
           
 

Uses of WebConfiguration in org.apache.cactus.internal.client.connector.http
 

Fields in org.apache.cactus.internal.client.connector.http declared as WebConfiguration
protected  WebConfiguration DefaultHttpClient.configuration
          Cactus configuration.
 

Constructors in org.apache.cactus.internal.client.connector.http with parameters of type WebConfiguration
HttpProtocolHandler(WebConfiguration theConfiguration)
           
DefaultHttpClient(WebConfiguration theConfiguration)
          Initialize the Http client.
 

Uses of WebConfiguration in org.apache.cactus.internal.configuration
 

Classes in org.apache.cactus.internal.configuration that implement WebConfiguration
 class AbstractWebConfiguration
          Common implementation for all WebConfiguration implementations.
 class JspConfiguration
          Provides access to the Cactus configuration parameters related to the JSP Redirector.
 class ServletConfiguration
          Provides access to the Cactus configuration parameters related to the Servlet Redirector.
 



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