The Spring Framework

Uses of Class
org.springframework.beans.factory.config.TypedStringValue

Packages that use TypedStringValue
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
 

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

Methods in org.springframework.beans.factory.support with parameters of type TypedStringValue
protected  Class BeanDefinitionValueResolver.resolveTargetType(TypedStringValue value)
          Resolve the target type in the given TypedStringValue.
 

Uses of TypedStringValue in org.springframework.beans.factory.xml
 

Methods in org.springframework.beans.factory.xml that return TypedStringValue
protected  TypedStringValue BeanDefinitionParserDelegate.buildTypedStringValue(String value, String targetTypeName)
           
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.