org.apache.cactus.internal.configuration
Class ServletConfiguration

java.lang.Object
  extended byorg.apache.cactus.internal.configuration.BaseConfiguration
      extended byorg.apache.cactus.internal.configuration.AbstractWebConfiguration
          extended byorg.apache.cactus.internal.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.1 2004/04/10 14:59:59 vmassol Exp $
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.internal.configuration.BaseConfiguration
CACTUS_CONTEXT_URL_PROPERTY
 
Constructor Summary
ServletConfiguration()
           
 
Method Summary
 java.lang.String getDefaultRedirectorName()
           
 
Methods inherited from class org.apache.cactus.internal.configuration.AbstractWebConfiguration
getDefaultRedirectorURL, getRedirectorName, getRedirectorURL
 
Methods inherited from class org.apache.cactus.internal.configuration.BaseConfiguration
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.internal.configuration.Configuration
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-2004 Apache Software Foundation. All Rights Reserved.