org.apache.cactus.internal.configuration
Class FilterConfiguration

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

public class FilterConfiguration
extends AbstractWebConfiguration

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

Version:
$Id: FilterConfiguration.java,v 1.1 2004/04/10 15:25:29 vmassol Exp $

Field Summary
static java.lang.String CACTUS_FILTER_REDIRECTOR_NAME_PROPERTY
          Name of the cactus property that specifies the name of the JSP redirector.
 
Fields inherited from class org.apache.cactus.internal.configuration.BaseConfiguration
CACTUS_CONTEXT_URL_PROPERTY
 
Constructor Summary
FilterConfiguration()
           
 
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_FILTER_REDIRECTOR_NAME_PROPERTY

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

See Also:
Constant Field Values
Constructor Detail

FilterConfiguration

public FilterConfiguration()
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.