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.core Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework. 
 

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.core
 

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



Copyright © 2002-2008 The Spring Framework.