public class ServiceAttributeCallback extends Object implements AttributeCallback
Constructor and Description |
---|
ServiceAttributeCallback() |
Modifier and Type | Method and Description |
---|---|
boolean |
process(Element parent,
Attr attribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder bldr)
Process the given attribute using the contextual element and bean
builder.
|
public boolean process(Element parent, Attr attribute, org.springframework.beans.factory.support.BeanDefinitionBuilder bldr)
AttributeCallback
process
in interface AttributeCallback
parent
- parent elementattribute
- current intercepted attributebldr
- builder holding the current bean definitionCopyright © 2006–2018. All rights reserved.