public class

HostComponentSpringStage

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

Summary

Constants
String BEAN_SOURCE
Public Constructors
HostComponentSpringStage()
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: "Host Component"

Public Constructors

public HostComponentSpringStage ()

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