|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainerAccessor
The ContainerAccessor allows access to the underlying plugin container (e.g. spring).
| Method Summary | ||
|---|---|---|
|
createBean(java.lang.Class<T> clazz)
Will ask the container to instantiate a bean of the given class and does inject all constructor defined dependencies. |
|
|
getBeansOfType(java.lang.Class<T> interfaceClass)
Gets all the beans that implement a given interface |
|
| Method Detail |
|---|
<T> T createBean(java.lang.Class<T> clazz)
clazz - the Class to instantiate. Cannot be null.
<T> java.util.Collection<T> getBeansOfType(java.lang.Class<T> interfaceClass)
T - The target interface typeinterfaceClass - The interface class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||