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

Packages that use ConfigSection
org.springframework.extensions.config   
 

Uses of ConfigSection in org.springframework.extensions.config
 

Classes in org.springframework.extensions.config that implement ConfigSection
 class ConfigSectionImpl
          Default implementation of a config section
 

Methods in org.springframework.extensions.config that return types with arguments of type ConfigSection
protected  List<ConfigSection> BaseConfigService.getSections()
          Get the sections from the in-memory 'cache'
protected  Map<String,List<ConfigSection>> BaseConfigService.getSectionsByArea()
          Get the sectionsByArea from the in-memory 'cache'
 

Methods in org.springframework.extensions.config with parameters of type ConfigSection
protected  void BaseConfigService.addConfigSection(ConfigSection section, String area)
          Adds the given config section to the config service and optionally within a named area
 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
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.
 

Method parameters in org.springframework.extensions.config with type arguments of type ConfigSection
protected  void BaseConfigService.putSections(List<ConfigSection> sections)
          Put the sections into the in-memory 'cache'
protected  void BaseConfigService.putSectionsByArea(Map<String,List<ConfigSection>> sectionsByArea)
          Put the sectionsByArea into the in-memory 'cache'
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.