org.apache.cactus.util
class ServletConfiguration

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

public class ServletConfiguration
extends Configuration

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

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

Field Summary
static 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.util.Configuration
CACTUS_CONTEXT_URL_PROPERTY, DEFAULT_CACTUS_CONNECTION_HELPER_CLASSNAME
 
Constructor Summary
ServletConfiguration()
           
 
Method Summary
static String getServletRedirectorURL()
           
 
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_SERVLET_REDIRECTOR_NAME_PROPERTY

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

ServletConfiguration

public ServletConfiguration()
Method Detail

getServletRedirectorURL

public static String getServletRedirectorURL()


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