| com.atlassian.plugin.osgi.spring.SpringContainerAccessor |
Known Indirect Subclasses
|
Allows to access the spring container and access springs beans.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Since 2.5.0, use the createBean method instead.
| |||||||||||
Retrieves a spring bean from the spring bean factory.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.plugin.module.ContainerAccessor
| |||||||||||
This method is deprecated.
Since 2.5.0, use the createBean method instead.
'Autowires' a given object - injects all dependencies defined in the constructor.
| instance | the object instance to autowire |
|---|---|
| strategy | the autowire strategy |
Retrieves a spring bean from the spring bean factory.
| id | the id of the spring bean, cannot be null |
|---|