Uses of Interface
org.springframework.extensions.config.ConfigLookupAlgorithm

Packages that use ConfigLookupAlgorithm
org.springframework.extensions.config   
 

Uses of ConfigLookupAlgorithm in org.springframework.extensions.config
 

Classes in org.springframework.extensions.config that implement ConfigLookupAlgorithm
 class DefaultLookupAlgorithm
          The default algorithm used to determine whether a section applies to the object being looked up
 

Methods in org.springframework.extensions.config that return ConfigLookupAlgorithm
 ConfigLookupAlgorithm ConfigLookupContext.getAlgorithm()
           
 

Methods in org.springframework.extensions.config with parameters of type ConfigLookupAlgorithm
 void ConfigLookupContext.setAlgorithm(ConfigLookupAlgorithm algorithm)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.