| java.lang.Object org.springframework.beans.factory.config.RuntimeBeanReference
Constructor Summary | |
public | RuntimeBeanReference(String beanName) Create a new RuntimeBeanReference to the given bean name,
without explicitly marking it as reference to a bean in
the parent factory. | public | RuntimeBeanReference(String beanName, boolean toParent) Create a new RuntimeBeanReference to the given bean name,
with the option to mark it as reference to a bean in
the parent factory. |
RuntimeBeanReference | public RuntimeBeanReference(String beanName)(Code) | | Create a new RuntimeBeanReference to the given bean name,
without explicitly marking it as reference to a bean in
the parent factory.
Parameters: beanName - name of the target bean |
RuntimeBeanReference | public RuntimeBeanReference(String beanName, boolean toParent)(Code) | | Create a new RuntimeBeanReference to the given bean name,
with the option to mark it as reference to a bean in
the parent factory.
Parameters: beanName - name of the target bean Parameters: toParent - whether this is an explicit reference toa bean in the parent factory |
hashCode | public int hashCode()(Code) | | |
isToParent | public boolean isToParent()(Code) | | Return whether this is an explicit reference to a bean
in the parent factory.
|
setSource | public void setSource(Object source)(Code) | | Set the configuration source Object for this metadata element.
The exact type of the object will depend on the configuration mechanism used.
|
|
|