|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpringContainerAccessor
Allows to access the spring container and access springs beans.
| Method Summary | |
|---|---|
void |
autowireBean(Object instance,
AutowireCapablePlugin.AutowireStrategy strategy)
Deprecated. Since 2.5.0, use the createBean method instead. |
Object |
getBean(String id)
Retrieves a spring bean from the spring bean factory. |
| Methods inherited from interface com.atlassian.plugin.module.ContainerAccessor |
|---|
createBean, getBeansOfType |
| Method Detail |
|---|
Object getBean(String id)
id - the id of the spring bean, cannot be null
@Deprecated
void autowireBean(Object instance,
AutowireCapablePlugin.AutowireStrategy strategy)
instance - the object instance to autowirestrategy - the autowire strategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||