Uses of Class
org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Package
Description
Various
TargetSourceCreator
implementations for use with Spring's AOP auto-proxying support.Various
TargetSource
implementations for use
with Spring AOP.-
Uses of AbstractBeanFactoryBasedTargetSource in org.springframework.aop.framework.autoproxy.target
Modifier and TypeMethodDescriptionprotected abstract AbstractBeanFactoryBasedTargetSource
AbstractBeanFactoryBasedTargetSourceCreator.createBeanFactoryBasedTargetSource
(Class<?> beanClass, String beanName) Subclasses must implement this method to return a new AbstractPrototypeBasedTargetSource if they wish to create a custom TargetSource for this bean, ornull
if they are not interested it in, in which case no special target source will be created.protected AbstractBeanFactoryBasedTargetSource
LazyInitTargetSourceCreator.createBeanFactoryBasedTargetSource
(Class<?> beanClass, String beanName) protected final AbstractBeanFactoryBasedTargetSource
QuickTargetSourceCreator.createBeanFactoryBasedTargetSource
(Class<?> beanClass, String beanName) -
Uses of AbstractBeanFactoryBasedTargetSource in org.springframework.aop.target
Modifier and TypeClassDescriptionclass
Abstract base class for poolingTargetSource
implementations which maintain a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.class
Base class for dynamicTargetSource
implementations that create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.class
TargetSource
implementation that holds objects in a configurable Apache Commons2 Pool.class
TargetSource
that lazily accesses a singleton bean from aBeanFactory
.class
TargetSource
implementation that creates a new instance of the target bean for each request, destroying each instance on release (after each request).class
SimpleTargetSource
implementation, freshly obtaining the specified target bean from its containing SpringBeanFactory
.class
Alternative to an object pool.Modifier and TypeMethodDescriptionprotected void
AbstractBeanFactoryBasedTargetSource.copyFrom
(AbstractBeanFactoryBasedTargetSource other) Copy configuration from the other AbstractBeanFactoryBasedTargetSource object.