|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeanCollector<T>
Implement this in order to cause spring to inject a set of beans into your spring bean
(if any exist) which implement the interface you define (they will also have to
implement AutoRegister)
| Method Summary | |
|---|---|
Class<T> |
getCollectedType()
This allows the developer to set the type of the beans which they want collected |
void |
setCollectedBeans(List<T> collectedBeans)
This setter will be called automatically and the beans which are being collected for you will be placed in the List |
| Method Detail |
|---|
void setCollectedBeans(List<T> collectedBeans)
collectedBeans - a list of all collected beans which were autoregisteredClass<T> getCollectedType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||