org.springframework.extensions.config
Interface ConfigLookupAlgorithm
- All Known Implementing Classes:
- DefaultLookupAlgorithm
public interface ConfigLookupAlgorithm
Interface definition for a config lookup algorithm, this may be last value
wins, a merging strategy or based on inheritance.
- Author:
- gavinc
|
Method Summary |
void |
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 |
process
void 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
- Parameters:
section - The config section to testevaluator - The evaluator for the section being processedobject - The object which is the subject of the config lookupresults - The Config object holding all the matched sections
Copyright © 2009 SpringSource, Inc. All Rights Reserved.