org.apache.cactus.internal.configuration
Interface Configuration
- All Known Subinterfaces:
- FilterConfiguration, JspConfiguration, ServletConfiguration, WebConfiguration
- All Known Implementing Classes:
- AbstractWebConfiguration, BaseConfiguration, DefaultFilterConfiguration, DefaultJspConfiguration, DefaultServletConfiguration
public interface Configuration
Contains all configuration information for the Cactus framework.
- Version:
- $Id: Configuration.java 238991 2004-05-22 11:34:50Z vmassol $
getContextURL
java.lang.String getContextURL()
- Returns:
- the context URL under which our application to test runs.
getInitializer
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.