public interface BeanCollector<T>
AutoRegister)| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2007–2020 Sakai Project. All rights reserved.