| java.lang.Object | ||
| ↳ | org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource | |
| ↳ | org.springframework.aop.target.SimpleBeanTargetSource | |
Simple TargetSource implementation,
freshly obtaining the specified target bean from its containing
Spring BeanFactory.
Can obtain any kind of target bean: singleton, scoped, or prototype. Typically used for scoped beans.
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
| |||||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||||
From interface
org.springframework.aop.TargetClassAware
| |||||||||||||||||||||||||||||||||||
From interface
org.springframework.aop.TargetSource
| |||||||||||||||||||||||||||||||||||
From interface
org.springframework.beans.factory.BeanFactoryAware
| |||||||||||||||||||||||||||||||||||
