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
DefaultHttpClient(WebConfiguration theConfiguration)
          Initialize the Http client.
HttpProtocolHandler(WebConfiguration theConfiguration)
           
 

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

Subinterfaces of WebConfiguration in org.apache.cactus.internal.configuration
 interface FilterConfiguration
          Provides access to the Cactus configuration parameters related to the Filter Redirector.
 interface JspConfiguration
          Provides access to the Cactus configuration parameters related to the JSP Redirector.
 interface ServletConfiguration
          Provides access to the Cactus configuration parameters related to the Servlet Redirector.
 

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



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