org.springframework.batch.core.configuration.xml
Class BeanDefinitionUtils
java.lang.Object
org.springframework.batch.core.configuration.xml.BeanDefinitionUtils
public class BeanDefinitionUtils
- extends java.lang.Object
- Since:
- 2.0.1
- Author:
- Dan Garrette
|
Method Summary |
static java.lang.Object |
getAttribute(java.lang.String beanName,
java.lang.String attributeName,
org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
|
static org.springframework.beans.PropertyValue |
getPropertyValue(java.lang.String beanName,
java.lang.String propertyName,
org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanDefinitionUtils
public BeanDefinitionUtils()
getPropertyValue
public static org.springframework.beans.PropertyValue getPropertyValue(java.lang.String beanName,
java.lang.String propertyName,
org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
- Parameters:
beanName - a bean definition namepropertyName - the name of the propertybeanFactory - a BeanFactory
- Returns:
- The
PropertyValue for the property of the bean. Search
parent hierarchy if necessary. Return null if none is found.
getAttribute
public static java.lang.Object getAttribute(java.lang.String beanName,
java.lang.String attributeName,
org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
- Parameters:
beanName - a bean definition nameattributeName - the name of the propertybeanFactory - a BeanFactory
- Returns:
- The value for the attribute of the bean. Search parent hierarchy
if necessary. Return null if none is found.
Copyright © 2009. All Rights Reserved.