|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Implementations can create special target sources, such as pooling target sources, for particular beans. For example, they may base their choice on attributes, such as a pooling attribute, on the target class.
AbstractAutoProxyCreator can support a number of TargetSourceCreators, which will be applied in order.
| Method Summary | |
TargetSource |
getTargetSource(Object bean,
String beanName,
BeanFactory factory)
Create a special TargetSource for the given bean, if any. |
| Method Detail |
public TargetSource getTargetSource(Object bean,
String beanName,
BeanFactory factory)
bean - the bean to create a TargetSource forbeanName - the name of the beanfactory - the containing factory
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||