org.apache.cactus.util
class Configuration

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

public class Configuration
extends java.lang.Object

Provides acces to the Cactus configuration.

Version:
$Id: Configuration.java,v 1.1 2002/04/14 15:56:28 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
Configuration()
          Provides acces to the Cactus configuration.
 
Method Summary
static String getContextURL()
           
static String getFilterRedirectorURL()
           
static String getJspRedirectorURL()
           
static String getServletRedirectorURL()
           
static boolean isLoggingEnabled()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Provides acces to the Cactus configuration.
Method Detail

getContextURL

public static String getContextURL()
Returns:
the context URL under which our application to test runs.

getFilterRedirectorURL

public static String getFilterRedirectorURL()
Returns:
the Filter redirector

getJspRedirectorURL

public static String getJspRedirectorURL()
Returns:
the JSP redirector

getServletRedirectorURL

public static String getServletRedirectorURL()
Returns:
the Servlet redirector

isLoggingEnabled

public static boolean isLoggingEnabled()
Returns:
true if logging is enabled or false otherwise.


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