org.apache.cactus.util
class FilterConfiguration

java.lang.Object
  |
  +--org.apache.cactus.util.Configuration
        |
        +--org.apache.cactus.util.FilterConfiguration

public class FilterConfiguration
extends Configuration

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

Version:
$Id: FilterConfiguration.html,v 1.1 2003/04/14 12:27:28 sinisa Exp $
Author:
Vincent Massol
See Also:
Configuration

Field Summary
static 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.util.Configuration
CACTUS_CONTEXT_URL_PROPERTY, DEFAULT_CACTUS_CONNECTION_HELPER_CLASSNAME
 
Constructor Summary
FilterConfiguration()
           
 
Method Summary
static String getFilterRedirectorURL()
           
 
Methods inherited from class org.apache.cactus.util.Configuration
getConnectionHelper, getContextURL, initialize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACTUS_FILTER_REDIRECTOR_NAME_PROPERTY

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

FilterConfiguration

public FilterConfiguration()
Method Detail

getFilterRedirectorURL

public static String getFilterRedirectorURL()


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