public interface AttributeCallback
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean process(org.w3c.dom.Element parent,
org.w3c.dom.Attr attribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
parent - parent elementattribute - current intercepted attributebuilder - builder holding the current bean definition