public class

ComponentSpringStage

extends Object
implements TransformStage
java.lang.Object
   ↳ com.atlassian.plugin.osgi.factory.transform.stage.ComponentSpringStage

Class Overview

Transforms component tags in the plugin descriptor into the appropriate spring XML configuration file

Summary

Constants
String BEAN_SOURCE
Public Constructors
ComponentSpringStage()
Public Methods
void execute(TransformContext context)
Transforms the jar by operating on the context Any transformation stage that generates Spring beans must ensure no collision of bean ids or names or aliases by calling trackBean(String, String) whenever a new bean id or name or alias is created.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.osgi.factory.transform.TransformStage

Constants

public static final String BEAN_SOURCE

Constant Value: "Plugin Component"

Public Constructors

public ComponentSpringStage ()

Public Methods

public void execute (TransformContext context)

Transforms the jar by operating on the context Any transformation stage that generates Spring beans must ensure no collision of bean ids or names or aliases by calling trackBean(String, String) whenever a new bean id or name or alias is created.

Parameters
context The transform context to operate on