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

Packages that use ConfigImpl
org.springframework.extensions.config   
 

Uses of ConfigImpl in org.springframework.extensions.config
 

Methods in org.springframework.extensions.config that return ConfigImpl
protected  ConfigImpl BaseConfigService.getGlobalConfigImpl()
          Get globalConfig from the in-memory 'cache'
 

Methods in org.springframework.extensions.config with parameters of type ConfigImpl
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.
protected  void BaseConfigService.putGlobalConfig(ConfigImpl globalConfig)
          Put globalConfig into the in-memory 'cache'
 

Constructors in org.springframework.extensions.config with parameters of type ConfigImpl
ConfigImpl(ConfigImpl config)
          Construct a ConfigImpl using the contents of an existing ConfigImpl
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.