See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 Type | Description |
---|---|
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.
|
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.