org.springframework.beans.factory.config
Class RuntimeBeanReference


public class RuntimeBeanReference

Immutable placeholder class used for the value of a PropertyValue object when it's a reference to another bean in this factory to be resolved at runtime.

Author:
Rod Johnson

Constructor Summary
RuntimeBeanReference(String beanName)
          Create a new RuntimeBeanReference to the given bean name.

Method Summary
 StringgetBeanName()
          Return the target bean name.
 StringtoString()
           

Constructor Detail

RuntimeBeanReference

public RuntimeBeanReference(String beanName)
Create a new RuntimeBeanReference to the given bean name.
Parameters:
beanName - name of the target bean
Method Detail

getBeanName

public String getBeanName()
Return the target bean name.

toString

public String toString()

Association Links

to Class java.lang.String