org.apache.cactus.util
class JspConfiguration

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

public class JspConfiguration
extends Configuration

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

Version:
$Id: JspConfiguration.java,v 1.3 2002/05/20 21:49:25 vmassol Exp $
Author:
Vincent Massol
See Also:
Configuration

Field Summary
static String CACTUS_JSP_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
JspConfiguration()
           
 
Method Summary
static String getJspRedirectorURL()
           
 
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_JSP_REDIRECTOR_NAME_PROPERTY

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

JspConfiguration

public JspConfiguration()
Method Detail

getJspRedirectorURL

public static String getJspRedirectorURL()


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