| com.atlassian.plugin.module.ContainerAccessor |
Known Indirect Subclasses
|
The ContainerAccessor allows access to the underlying plugin container (e.g. spring).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Will ask the container to instantiate a bean of the given class and does inject all constructor defined dependencies.
| |||||||||||
Gets all the beans that implement a given interface
| |||||||||||
Will ask the container to instantiate a bean of the given class and does inject all constructor defined dependencies. Currently we have only spring as a container that will autowire this bean.
| clazz | the Class to instantiate. Cannot be null. |
|---|
Gets all the beans that implement a given interface
| interfaceClass | The interface class |
|---|