static class BundleBeanDefinitionParser.BundleActionCallback extends java.lang.Object implements AttributeCallback
| Constructor and Description |
|---|
BundleActionCallback() |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.Object |
parseAction(org.w3c.dom.Element parent,
org.w3c.dom.Attr attribute) |
boolean |
process(org.w3c.dom.Element parent,
org.w3c.dom.Attr attribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Process the given attribute using the contextual element and bean
builder.
|
public boolean process(org.w3c.dom.Element parent,
org.w3c.dom.Attr attribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
AttributeCallbackprocess in interface AttributeCallbackparent - parent elementattribute - current intercepted attributebuilder - builder holding the current bean definitionprivate java.lang.Object parseAction(org.w3c.dom.Element parent,
org.w3c.dom.Attr attribute)