Uses of Class
org.springframework.extensions.config.ConfigLookupContext

Packages that use ConfigLookupContext
org.springframework.extensions.config   
 

Uses of ConfigLookupContext in org.springframework.extensions.config
 

Methods in org.springframework.extensions.config with parameters of type ConfigLookupContext
 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)
           
protected  void BaseConfigService.processSection(ConfigSection section, Object object, ConfigLookupContext context, ConfigImpl results)
          Determines whether the given section applies for the given object, if it does, the section is added to given results object.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.