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

Packages that use ConstructorArgumentValues
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. 
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
 

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

Methods in org.springframework.beans.factory.config that return ConstructorArgumentValues
 ConstructorArgumentValues BeanDefinition.getConstructorArgumentValues()
          Return the constructor argument values for this bean.
 

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

Methods in org.springframework.beans.factory.support that return ConstructorArgumentValues
 ConstructorArgumentValues RootBeanDefinition.getConstructorArgumentValues()
           
 ConstructorArgumentValues AbstractBeanDefinition.getConstructorArgumentValues()
          This implementations returns null: Just RootBeanDefinitions have concrete support for constructor argument values.
 

Constructors in org.springframework.beans.factory.support with parameters of type ConstructorArgumentValues
RootBeanDefinition(java.lang.Class beanClass, ConstructorArgumentValues cargs, MutablePropertyValues pvs)
          Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.
RootBeanDefinition(java.lang.String beanClassName, ConstructorArgumentValues cargs, MutablePropertyValues pvs)
          Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.
 

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

Methods in org.springframework.beans.factory.xml that return ConstructorArgumentValues
protected  ConstructorArgumentValues DefaultXmlBeanDefinitionParser.getConstructorArgSubElements(java.lang.String beanName, org.w3c.dom.Element beanEle)
          Parse constructor argument subelements of the given bean element.
 

Methods in org.springframework.beans.factory.xml with parameters of type ConstructorArgumentValues
protected  void DefaultXmlBeanDefinitionParser.parseConstructorArgElement(java.lang.String beanName, ConstructorArgumentValues cargs, org.w3c.dom.Element ele)
          Parse a constructor-arg element.
 



Copyright (C) 2003-2004 The Spring Framework Project.