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

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

Uses of Configuration in org.apache.cactus.client.authentication
 

Methods in org.apache.cactus.client.authentication with parameters of type Configuration
 void Authentication.configure(org.apache.commons.httpclient.HttpState theState, org.apache.commons.httpclient.HttpMethod theMethod, WebRequest theRequest, Configuration theConfiguration)
          Modifies the request so that it will carry authentication information.
 void BasicAuthentication.configure(org.apache.commons.httpclient.HttpState theState, org.apache.commons.httpclient.HttpMethod theMethod, WebRequest theRequest, Configuration theConfiguration)
           
 void FormAuthentication.configure(org.apache.commons.httpclient.HttpState theState, org.apache.commons.httpclient.HttpMethod theMethod, WebRequest theRequest, Configuration theConfiguration)
           
 java.net.URL FormAuthentication.getSecurityCheckURL(Configuration theConfiguration)
          This returns the URL to use when attempting to log in.
 void FormAuthentication.authenticate(WebRequest theRequest, Configuration theConfiguration)
          Authenticate the principal by calling the security URL.
 

Uses of Configuration in org.apache.cactus.extension.jetty
 

Constructors in org.apache.cactus.extension.jetty with parameters of type Configuration
JettyTestSetup(junit.framework.Test theTest, Configuration theBaseConfiguration, ServletConfiguration theServletConfiguration, FilterConfiguration theFilterConfiguration)
           
 

Uses of Configuration in org.apache.cactus.internal
 

Methods in org.apache.cactus.internal that return Configuration
protected  Configuration BaseWebRequest.getConfiguration()
           
 

Methods in org.apache.cactus.internal with parameters of type Configuration
 void BaseWebRequest.setConfiguration(Configuration theConfiguration)
           
 

Constructors in org.apache.cactus.internal with parameters of type Configuration
BaseWebRequest(Configuration theConfiguration)
           
 

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

Methods in org.apache.cactus.internal.client.connector.http with parameters of type Configuration
 java.net.HttpURLConnection ConnectionHelper.connect(WebRequest theRequest, Configuration theConfiguration)
          Connects to the Cactus Redirector using HTTP.
 java.net.HttpURLConnection HttpClientConnectionHelper.connect(WebRequest theRequest, Configuration theConfiguration)
           
 

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

Subinterfaces of Configuration 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.
 interface WebConfiguration
          Extends the generic Configuration interface with methods provided configuration information related to Web redirectors.
 

Classes in org.apache.cactus.internal.configuration that implement Configuration
 class AbstractWebConfiguration
          Common implementation for all WebConfiguration implementations.
 class BaseConfiguration
          Provides access to the Cactus configuration parameters that are independent of any redirector.
 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.