org.apache.cactus.internal.configuration
Interface Configuration
- All Known Subinterfaces:
- JspConfiguration, ServletConfiguration, WebConfiguration
- All Known Implementing Classes:
- AbstractWebConfiguration, BaseConfiguration, DefaultJspConfiguration, DefaultServletConfiguration
- public interface Configuration
Contains all configuration information for the Cactus framework.
- Version:
- $Id: Configuration.java,v 1.1 2004/05/22 11:34:46 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.