Uses of Interface
org.springframework.extensions.config.xml.elementreader.ConfigElementReader

Packages that use ConfigElementReader
org.springframework.extensions.config   
org.springframework.extensions.config.xml   
org.springframework.extensions.config.xml.elementreader   
 

Uses of ConfigElementReader in org.springframework.extensions.config
 

Classes in org.springframework.extensions.config that implement ConfigElementReader
 class RemoteConfigElementReader
          Responsible for loading Web Framework configuration settings from the web-site-config*.xml files that are loaded via the configuration service.
 class ServerElementReader
           
 class WebFrameworkConfigElementReader
          Responsible for loading Web Framework configuration settings from the web-framework-config*.xml files that are loaded via the configuration service.
 class WebStudioConfigElementReader
          Responsible for loading Web Framework configuration settings from the web-site-config*.xml files that are loaded via the configuration service.
 

Uses of ConfigElementReader in org.springframework.extensions.config.xml
 

Methods in org.springframework.extensions.config.xml that return types with arguments of type ConfigElementReader
protected  Map<String,ConfigElementReader> XMLConfigService.getElementReaders()
          Get the elementReaders from the in-memory 'cache'
 

Method parameters in org.springframework.extensions.config.xml with type arguments of type ConfigElementReader
protected  void XMLConfigService.putElementReaders(Map<String,ConfigElementReader> elementReaders)
          Put the elementReaders into the in-memory 'cache'
 

Uses of ConfigElementReader in org.springframework.extensions.config.xml.elementreader
 

Classes in org.springframework.extensions.config.xml.elementreader that implement ConfigElementReader
 class GenericElementReader
          Implementation of a generic element reader.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.