| |
|
| java.lang.Object uk.org.ponder.springutil.StaticTLAB uk.org.ponder.springutil.ByClassTLAB
ByClassTLAB | public class ByClassTLAB extends StaticTLAB implements ApplicationContextAware(Code) | | A
TargetListAggregatingBean that will acquire all beans of a particular type
(excluding Factory products) and register either their names, or the beans
themselves, onto the TLAB target.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
setApplicationContext | public void setApplicationContext(ApplicationContext applicationContext) throws BeansException(Code) | | |
setDeliverBeans | public void setDeliverBeans(boolean deliverBeans)(Code) | | If set to false (the default is true ) this
will deliver a list the actual beans as the TLAB value rather than just a
list of their names.
|
setTargetClass | public void setTargetClass(Class targetClass)(Code) | | |
|
|
|