|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BootstrapPropertyResolver | |
---|---|
net.sourceforge.stripes.config | This package provides Configuration services for Stripes, including interfaces for locating configured components and configuration parameters. |
Uses of BootstrapPropertyResolver in net.sourceforge.stripes.config |
---|
Methods in net.sourceforge.stripes.config that return BootstrapPropertyResolver | |
---|---|
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. |
Methods in net.sourceforge.stripes.config with parameters of type BootstrapPropertyResolver | |
---|---|
void |
Configuration.setBootstrapPropertyResolver(BootstrapPropertyResolver resolver)
Supplies the Configuration with a BootstrapPropertyResolver. |
void |
DefaultConfiguration.setBootstrapPropertyResolver(BootstrapPropertyResolver resolver)
Gratefully accepts the BootstrapPropertyResolver handed to the Configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |