org.apache.cactus.internal.configuration
Interface Configuration
- All Known Subinterfaces:
- WebConfiguration
- All Known Implementing Classes:
- AbstractWebConfiguration, BaseConfiguration
- public interface Configuration
Contains all configuration information for the Cactus framework.
- Version:
- $Id: Configuration.java,v 1.1 2004/04/10 14:59:59 vmassol Exp $
getContextURL
public java.lang.String getContextURL()
- Returns:
- the context URL under which our application to test runs.
getInitializer
public java.lang.String getInitializer()
- Returns:
- the initializer class (i.e. a class that is executed before the
Cactus tests start on the client side) or null if none has been
defined
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.