public abstract class BaseBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
| 构造器和说明 |
|---|
BaseBeanDefinitionParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static void |
addPropertyValueIfNotEmpty(String attributeName,
String propertyName,
Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder factory)
设置Properties
|
protected static String |
getAttributeValue(Element element,
String attributeName)
获取attribute值
|
protected static void addPropertyValueIfNotEmpty(String attributeName, String propertyName, Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder factory)
attributeName - attributeNamepropertyName - propertyNameelement - elementfactory - factoryCopyright © 2019. All rights reserved.