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

Packages that use Configuration
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.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.configuration Contains the classes that support the configuration of Cactus. 
org.apache.cactus.internal.client   
 

Uses of Configuration in org.apache.cactus
 

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

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

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

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

Methods in org.apache.cactus.client.authentication with parameters of type Configuration
 void FormAuthentication.configure(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.
 void BasicAuthentication.configure(WebRequest theRequest, Configuration theConfiguration)
           
 void Authentication.configure(WebRequest theRequest, Configuration theConfiguration)
          Modifies the request so that it will carry authentication information.
 

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

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

Uses of Configuration in org.apache.cactus.configuration
 

Subinterfaces of Configuration in org.apache.cactus.configuration
 interface WebConfiguration
          Extends the generic Configuration interface with methods provided configuration information related to Web redirectors.
 

Classes in org.apache.cactus.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 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.
 

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

Methods in org.apache.cactus.internal.client that return Configuration
 Configuration ClientTestCaseDelegate.getConfiguration()
           
 

Methods in org.apache.cactus.internal.client with parameters of type Configuration
 void ClientTestCaseDelegate.setConfiguration(Configuration theConfiguration)
          Sets the Cactus configuration * @param theConfiguration the Cactus configuration
 

Constructors in org.apache.cactus.internal.client with parameters of type Configuration
WebClientTestCaseDelegate(junit.framework.Test theDelegatedTest, junit.framework.Test theWrappedTest, Configuration theConfiguration)
           
ClientTestCaseDelegate(junit.framework.Test theDelegatedTest, junit.framework.Test theWrappedTest, Configuration theConfiguration)
           
 



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