public class PluginAvailableBeanDefinitionDecorator extends Object implements org.springframework.beans.factory.xml.BeanDefinitionDecorator
HostComponentProvider through
the SpringHostComponentProviderFactoryBean.
In the case of hierarchical contexts we will put the host component provider in the lowest possible context.| Constructor and Description |
|---|
PluginAvailableBeanDefinitionDecorator() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.config.BeanDefinitionHolder |
decorate(Node source,
org.springframework.beans.factory.config.BeanDefinitionHolder holder,
org.springframework.beans.factory.xml.ParserContext ctx)
Called when the Spring parser encounters an "available" attribute.
|
public PluginAvailableBeanDefinitionDecorator()
@Nonnull public org.springframework.beans.factory.config.BeanDefinitionHolder decorate(@Nonnull Node source, @Nonnull org.springframework.beans.factory.config.BeanDefinitionHolder holder, @Nonnull org.springframework.beans.factory.xml.ParserContext ctx)
decorate in interface org.springframework.beans.factory.xml.BeanDefinitionDecoratorsource - The attributeholder - The containing bean definitionctx - The parser contextCopyright © 2019 Atlassian. All rights reserved.