Package net.sourceforge.stripes.config

This package provides Configuration services for Stripes, including interfaces for locating configured components and configuration parameters.

See:
          Description

Interface Summary
ConfigurableComponent Interface which is extended by all the major configurable chunks of Stripes.
Configuration Type safe interface for accessing configuration information used to configure Stripes.
 

Class Summary
BootstrapPropertyResolver Resolves configuration properties that are used to bootstrap the system.
DefaultConfiguration Centralized location for defaults for all Configuration properties.
RuntimeConfiguration Configuration class that uses the BootstrapPropertyResolver to look for configuration values, and when it cannot find a value, falls back on the DefaultConfiguration to supply default values.
 

Annotation Types Summary
DontAutoLoad When applied to a Stripes extension class (e.g., one that implements Formatter, TypeConverter, AutoExceptionHandler, etc.), this annotation indicates that the class should not be loaded via autodiscovery.
TargetTypes Annotation used to indicate classes, interfaces, and annotations that a Formatter or TypeConverter can handle.
 

Package net.sourceforge.stripes.config Description

This package provides Configuration services for Stripes, including interfaces for locating configured components and configuration parameters. If a Configuration class is not specified Stripes will use the DefaultConfiguration. The RuntimeConfiguration allows the Configuration to be selectively overriden using properties in the web.xml or in Java system properties.



? Copyright 2005-2006, Stripes Development Team.