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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configuration
public Configuration()
- Provides acces to the Cactus configuration.
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.