Package | Description |
---|---|
org.eclipse.gemini.blueprint.blueprint.config.internal | |
org.eclipse.gemini.blueprint.config.internal | |
org.eclipse.gemini.blueprint.config.internal.util |
Modifier and Type | Class and Description |
---|---|
class |
BlueprintReferenceAttributeCallback
RFC124/Blueprint specific attributes that need to be converted to Spring DM.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BlueprintServiceDefinitionParser.parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks,
OsgiDefaultsDefinition defaults) |
protected void |
BlueprintCollectionBeanDefinitionParser.parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks,
OsgiDefaultsDefinition defaults) |
protected void |
BlueprintReferenceBeanDefinitionParser.parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks,
OsgiDefaultsDefinition defaults) |
Modifier and Type | Method and Description |
---|---|
protected void |
CollectionBeanDefinitionParser.parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks,
OsgiDefaultsDefinition defaults)
Allow subclasses to add their own callbacks.
|
protected void |
ReferenceBeanDefinitionParser.parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks,
OsgiDefaultsDefinition defaults) |
protected void |
AbstractReferenceDefinitionParser.parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks,
OsgiDefaultsDefinition defaults)
Allow subclasses to add their own callbacks.
|
protected void |
ServiceBeanDefinitionParser.parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks,
OsgiDefaultsDefinition defaults) |
Modifier and Type | Class and Description |
---|---|
class |
BlueprintAttributeCallback |
class |
ConventionsCallback
Callback relying on 'Spring' conventions.
|
class |
PropertyRefAttributeCallback
Convention callback that transforms "<property-name>-ref" attributes
into a bean definition that sets the give <property-name> to a bean
reference pointing to the attribute value.
|
class |
ServiceAttributeCallback
<service> attribute callback.
|
class |
StandardAttributeCallback
Standard attribute callback.
|
Modifier and Type | Method and Description |
---|---|
static AttributeCallback[] |
ParserUtils.mergeCallbacks(AttributeCallback[] callbacksA,
AttributeCallback[] callbacksB) |
Modifier and Type | Method and Description |
---|---|
static AttributeCallback[] |
ParserUtils.mergeCallbacks(AttributeCallback[] callbacksA,
AttributeCallback[] callbacksB) |
static AttributeCallback[] |
ParserUtils.mergeCallbacks(AttributeCallback[] callbacksA,
AttributeCallback[] callbacksB) |
static void |
ParserUtils.parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks)
Generic attribute callback.
|
static void |
ParserUtils.parseCustomAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback callback)
Derivative for
#parseCustomAttributes(Element, BeanDefinitionBuilder, org.eclipse.gemini.blueprint.internal.config.ParserUtils.AttributeCallback[])
accepting only one AttributeCallback . |
static void |
ParserUtils.parseCustomAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks)
Dedicated parsing method that uses the following stack:
user given
AttributeCallback s StandardAttributeCallback
PropertyRefAttributeCallback ConventionCallback |
Copyright © 2006-2013. All Rights Reserved.