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
 

Method Detail

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 test
evaluator - The evaluator for the section being processed
object - The object which is the subject of the config lookup
results - The Config object holding all the matched sections


Copyright © 2009 SpringSource, Inc. All Rights Reserved.