Uses of Interface
org.springframework.config.java.valuesource.ValueSource

Packages that use ValueSource
org.springframework.config.java.core For internal use only: subject to backward-incompatible changes. 
org.springframework.config.java.enhancement.cglib For internal use only: subject to backward-incompatible changes. 
org.springframework.config.java.process Core functionality for processing Configuration classes. 
org.springframework.config.java.valuesource Mechanisms for resolving externalized values within Java configurations. 
 

Uses of ValueSource in org.springframework.config.java.core
 

Constructors in org.springframework.config.java.core with parameters of type ValueSource
ExternalValueMethodProcessor(ValueSource valueSource)
           
 

Uses of ValueSource in org.springframework.config.java.enhancement.cglib
 

Constructors in org.springframework.config.java.enhancement.cglib with parameters of type ValueSource
CglibConfigurationEnhancer(ConfigurableListableBeanFactory owningBeanFactory, BeanNameTrackingDefaultListableBeanFactory childFactory, BeanNamingStrategy beanNamingStrategy, List<BeanMethodReturnValueProcessor> returnValueProcessors, ValueSource valueSource)
           
 

Uses of ValueSource in org.springframework.config.java.process
 

Methods in org.springframework.config.java.process with parameters of type ValueSource
 void ConfigurationProcessor.addValueSource(ValueSource vs)
           
 

Uses of ValueSource in org.springframework.config.java.valuesource
 

Classes in org.springframework.config.java.valuesource that implement ValueSource
 class AbstractStringBasedValueSource
           
 class CompositeValueSource
           
 class MessageSourceValueSource
           
 class PropertiesValueSource
           
 

Methods in org.springframework.config.java.valuesource with parameters of type ValueSource
 void CompositeValueSource.add(ValueSource ps)
           
 



Copyright � 2005-2008 Spring Framework. All Rights Reserved.