|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Config | |
|---|---|
| org.springframework.extensions.config | |
| Uses of Config in org.springframework.extensions.config |
|---|
| Classes in org.springframework.extensions.config that implement Config | |
|---|---|
class |
ConfigImpl
Default implementation of the Config interface, this should be used as the base class for any customisations |
| Methods in org.springframework.extensions.config that return Config | |
|---|---|
Config |
ConfigService.getConfig(Object object)
Retrieves the configuration for the given object |
Config |
BaseConfigService.getConfig(Object object)
|
Config |
ConfigService.getConfig(Object object,
ConfigLookupContext context)
Retrieves the configuration for the given object using the given context |
Config |
BaseConfigService.getConfig(Object object,
ConfigLookupContext context)
|
Config |
ConfigService.getGlobalConfig()
Returns just the global configuration, this allows the config service to be used independently of objects if desired (all config is placed in a global section). |
Config |
BaseConfigService.getGlobalConfig()
|
| Methods in org.springframework.extensions.config with parameters of type Config | |
|---|---|
void |
DefaultLookupAlgorithm.process(ConfigSection section,
Evaluator evaluator,
Object object,
Config results)
|
void |
ConfigLookupAlgorithm.process(ConfigSection section,
Evaluator evaluator,
Object object,
Config results)
Determines whether the given section applies to the given object, if so the section is added to the results |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||