|
||||||||||
| 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(java.lang.Object instance,
AutowireCapablePlugin.AutowireStrategy strategy)
Deprecated. Since 2.5.0, use the createBean method instead. |
java.lang.Object |
getBean(java.lang.String id)
Deprecated. Retrieves a spring bean from the spring bean factory. |
| Methods inherited from interface com.atlassian.plugin.module.ContainerAccessor |
|---|
createBean, getBeansOfType, injectBean |
| Method Detail |
|---|
java.lang.Object getBean(java.lang.String id)
getBean in interface ContainerAccessorid - the id of the spring bean, cannot be null
@Deprecated
void autowireBean(java.lang.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 | |||||||||