org.apache.cactus.configuration
Class ServletConfiguration

java.lang.Object
  extended byorg.apache.cactus.configuration.BaseConfiguration
      extended byorg.apache.cactus.configuration.AbstractWebConfiguration
          extended byorg.apache.cactus.configuration.ServletConfiguration
All Implemented Interfaces:
Configuration, WebConfiguration

public class ServletConfiguration
extends AbstractWebConfiguration

Provides access to the Cactus configuration parameters related to the Servlet Redirector.

Version:
$Id: ServletConfiguration.java,v 1.3 2003/05/26 11:45:25 cmlenz Exp $
Author:
Vincent Massol
See Also:
Configuration

Field Summary
static java.lang.String CACTUS_SERVLET_REDIRECTOR_NAME_PROPERTY
          Name of the cactus property that specifies the name of the Servlet redirector.
 
Fields inherited from class org.apache.cactus.configuration.BaseConfiguration
CACTUS_CONTEXT_URL_PROPERTY, DEFAULT_CACTUS_CONNECTION_HELPER_CLASSNAME
 
Constructor Summary
ServletConfiguration()
           
 
Method Summary
 java.lang.String getDefaultRedirectorName()
           
 
Methods inherited from class org.apache.cactus.configuration.AbstractWebConfiguration
getDefaultRedirectorURL, getRedirectorName, getRedirectorURL
 
Methods inherited from class org.apache.cactus.configuration.BaseConfiguration
getConnectionHelper, getContextURL, getInitializer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cactus.configuration.Configuration
getConnectionHelper, getContextURL, getInitializer
 

Field Detail

CACTUS_SERVLET_REDIRECTOR_NAME_PROPERTY

public static final java.lang.String CACTUS_SERVLET_REDIRECTOR_NAME_PROPERTY
Name of the cactus property that specifies the name of the Servlet redirector.

See Also:
Constant Field Values
Constructor Detail

ServletConfiguration

public ServletConfiguration()
Method Detail

getDefaultRedirectorName

public java.lang.String getDefaultRedirectorName()
Returns:
the default redirector name as defined by the Cactus configuration
See Also:
WebConfiguration.getDefaultRedirectorName()


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