| 程序包 | 说明 |
|---|---|
| org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
NamespaceHandlerSupport.registerBeanDefinitionDecorator(String elementName,
BeanDefinitionDecorator dec)
Subclasses can call this to register the supplied
BeanDefinitionDecorator to
handle the specified element. |
protected void |
NamespaceHandlerSupport.registerBeanDefinitionDecoratorForAttribute(String attrName,
BeanDefinitionDecorator dec)
Subclasses can call this to register the supplied
BeanDefinitionDecorator to
handle the specified attribute. |