public class

PluginInterfaceBeanDefinitionDecorator

extends Object
implements BeanDefinitionDecorator
java.lang.Object
   ↳ com.atlassian.plugin.spring.pluginns.PluginInterfaceBeanDefinitionDecorator

Class Overview

Matches the element and registers it against the bean for later processing.

Summary

Public Constructors
PluginInterfaceBeanDefinitionDecorator()
Public Methods
BeanDefinitionHolder decorate(Node source, BeanDefinitionHolder holder, ParserContext ctx)
Called when the Spring parser encounters an "interface" element.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.beans.factory.xml.BeanDefinitionDecorator

Public Constructors

public PluginInterfaceBeanDefinitionDecorator ()

Public Methods

public BeanDefinitionHolder decorate (Node source, BeanDefinitionHolder holder, ParserContext ctx)

Called when the Spring parser encounters an "interface" element.

Parameters
source The interface element
holder The containing bean definition
ctx The parser context
Returns
  • The containing bean definition