Example usage for org.springframework.aop.framework.autoproxy TargetSourceCreator interface-usage

List of usage examples for org.springframework.aop.framework.autoproxy TargetSourceCreator interface-usage

Introduction

In this page you can find the example usage for org.springframework.aop.framework.autoproxy TargetSourceCreator interface-usage.

Usage

From source file com.griddynamics.banshun.LookupTargetSourceCreator.java

public class LookupTargetSourceCreator implements TargetSourceCreator, ApplicationContextAware {
    private ApplicationContext context;

    public TargetSource getTargetSource(Class<?> beanClass, String beanName) {
        if (!beanName.endsWith(ContextParentBean.BEAN_DEF_SUFFIX)) {
            return null;

From source file org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator.java

/**
 * Convenient superclass for TargetSourceCreators that require creating multiple
 * instances of a prototype bean.
 * @author Rod Johnson
 * @version $Id: AbstractPrototypeTargetSourceCreator.java,v 1.3 2004/03/18 02:46:16 trisberg Exp $
 */

From source file org.springframework.aop.framework.autoproxy.target.AbstractPrototypeBasedTargetSourceCreator.java

/**
 * Convenient superclass for TargetSourceCreators that require creating
 * multiple instances of a prototype bean.
 * @author Rod Johnson
 * @see org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 */

From source file org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator.java

/**
 * Convenient superclass for
 * {@link org.springframework.aop.framework.autoproxy.TargetSourceCreator}
 * implementations that require creating multiple instances of a prototype bean.
 *
 * <p>Uses an internal BeanFactory to manage the target instances,