Example usage for org.springframework.aop.framework.autoproxy AbstractAutoProxyCreator subclass-usage

List of usage examples for org.springframework.aop.framework.autoproxy AbstractAutoProxyCreator subclass-usage

Introduction

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

Usage

From source file org.ff4j.aop.FeatureAutoProxy.java

/**
 * This bean will automatically process every in applicationContext.
 * 
 * @author <a href="mailto:cedrick.lunven@gmail.com">Cedrick LUNVEN</a>
 */
@Component("ff.autoproxy")

From source file com.gradecak.alfresco.mvc.aop.PackageAutoProxyCreator.java

/**
 * a proxy creator that applies the specified advisors to the classes defined in the base package. The default advisors are 
 * {@link AuthenticationAdvice}, {@link RunAsAdvice} and {@link TransactionalAdvice} 
 * however your own might be added and the default could be skipped by setting skipDefaultInterceptos to true
 */
public class PackageAutoProxyCreator extends AbstractAutoProxyCreator implements InitializingBean {

From source file com.alibaba.druid.support.ibatis.SpringIbatisBeanTypeAutoProxyCreator.java

/**
 * BeanTypeAutoProxyCreator.java???Springframework???
 * 
 * @author hualiang.lihl 2011-12-31 ?10:48:20
 */
@SuppressWarnings("deprecation")

From source file grails.plugin.springsecurity.acl.AclAutoProxyCreator.java

/**
 * Based on https://github.com/alkemist/grails-aop-reloading-fix/blob/master/src/groovy/grails/plugin/aopreloadingfix/ClassLoaderPerProxyGroovyAwareAspectJAwareAdvisorAutoProxyCreator.groovy
 * and https://github.com/grails-plugins/grails-spring-security-acl/pull/8
 *
 * @author Luke Daley
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>