The Spring Framework

Uses of Interface
org.springframework.util.StringValueResolver

Packages that use StringValueResolver
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
 

Uses of StringValueResolver in org.springframework.beans.factory.config
 

Methods in org.springframework.beans.factory.config with parameters of type StringValueResolver
 void ConfigurableBeanFactory.resolveAliases(StringValueResolver valueResolver)
          Resolve all alias target names and aliases registered in this factory, applying the given StringValueResolver to them.
 

Constructors in org.springframework.beans.factory.config with parameters of type StringValueResolver
BeanDefinitionVisitor(StringValueResolver valueResolver)
          Create a new BeanDefinitionVisitor, applying the specified value resolver to all bean metadata values.
 

Uses of StringValueResolver in org.springframework.beans.factory.support
 

Methods in org.springframework.beans.factory.support with parameters of type StringValueResolver
 void AbstractBeanFactory.resolveAliases(StringValueResolver valueResolver)
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.