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

Packages that use ConfigDeployer
org.springframework.extensions.config   
 

Uses of ConfigDeployer in org.springframework.extensions.config
 

Classes in org.springframework.extensions.config that implement ConfigDeployer
 class ConfigBootstrap
          Spring bean used to deploy additional config files into the injected config service.
 

Fields in org.springframework.extensions.config with type parameters of type ConfigDeployer
protected  List<ConfigDeployer> BaseConfigService.configDeployers
           
 

Methods in org.springframework.extensions.config with parameters of type ConfigDeployer
 void ConfigService.addDeployer(ConfigDeployer configDeployer)
           
 void BaseConfigService.addDeployer(ConfigDeployer configDeployer)
          Register deployer
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.