| com.atlassian.plugin.AutowireCapablePlugin |
Known Indirect Subclasses
|
This interface is deprecated.
Since 2.5.0, use ContainerManagedPlugin instead.
getContainerAccessor provides access to the container.
Defines a plugin that is capable of creating and autowiring beans. The name and autowire types copied from Spring's AutowireCapableBeanFactory.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AutowireCapablePlugin.AutowireStrategy | The autowire strategy to use when creating and wiring a bean | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Since 2.5.0, use com.atlassian.plugin.module.ContainerManagedPlugin.getContainerAccessor() instead.
| |||||||||||
This method is deprecated.
Since 2.5.0, use com.atlassian.plugin.module.ContainerManagedPlugin.getContainerAccessor() instead.
| |||||||||||
This method is deprecated.
Since 2.5.0, use com.atlassian.plugin.module.ContainerManagedPlugin.getContainerAccessor() instead.
| |||||||||||
This method is deprecated.
Since 2.5.0, use com.atlassian.plugin.module.ContainerManagedPlugin.getContainerAccessor() instead.
| |||||||||||
This method is deprecated.
Since 2.5.0, use com.atlassian.plugin.module.ContainerManagedPlugin.getContainerAccessor() instead.
Creates and autowires a class using the default strategy.
| clazz | The class to create |
|---|
This method is deprecated.
Since 2.5.0, use com.atlassian.plugin.module.ContainerManagedPlugin.getContainerAccessor() instead.
Autowires an existing object with a specific autowire strategy
| instance | The object to autowire |
|---|---|
| autowireStrategy | The autowire strategy, must not be constructor |
This method is deprecated.
Since 2.5.0, use com.atlassian.plugin.module.ContainerManagedPlugin.getContainerAccessor() instead.
Autowires an existing object using the default strategy.
| instance | The object to inject |
|---|
This method is deprecated.
Since 2.5.0, use com.atlassian.plugin.module.ContainerManagedPlugin.getContainerAccessor() instead.
Creates and autowires a class with a specific autowire strategy
| clazz | The class to create |
|---|---|
| autowireStrategy | The autowire strategy |