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 |
Configuration.getBootstrapPropertyResolver()
Implementations should implement this method to simply return a reference to the
BootstrapPropertyResolver passed to the Configuration at initialization time.
|
BootstrapPropertyResolver |
DefaultConfiguration.getBootstrapPropertyResolver()
Returns a reference to the resolver supplied at initialization time.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setBootstrapPropertyResolver(BootstrapPropertyResolver resolver)
Supplies the Configuration with a BootstrapPropertyResolver.
|
void |
DefaultConfiguration.setBootstrapPropertyResolver(BootstrapPropertyResolver resolver)
Gratefully accepts the BootstrapPropertyResolver handed to the Configuration.
|
? Copyright 2005-2006, Stripes Development Team.