| Package | Description |
|---|---|
| net.sourceforge.stripes.config |
This package provides Configuration services for Stripes, including interfaces for
locating configured components and configuration parameters.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapPropertyResolver |
DefaultConfiguration.getBootstrapPropertyResolver()
Returns a reference to the resolver supplied at initialization time.
|
BootstrapPropertyResolver |
Configuration.getBootstrapPropertyResolver()
Implementations should implement this method to simply return a reference to the
BootstrapPropertyResolver passed to the Configuration at initialization time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConfiguration.setBootstrapPropertyResolver(BootstrapPropertyResolver resolver)
Gratefully accepts the BootstrapPropertyResolver handed to the Configuration.
|
void |
Configuration.setBootstrapPropertyResolver(BootstrapPropertyResolver resolver)
Supplies the Configuration with a BootstrapPropertyResolver.
|
© Copyright 2005-2006, Stripes Development Team.