Example usage for org.springframework.aop.support AbstractPointcutAdvisor subclass-usage

List of usage examples for org.springframework.aop.support AbstractPointcutAdvisor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.support AbstractPointcutAdvisor subclass-usage.

Usage

From source file prospring3.ch5.beanpostprocessor.DeassociatePointcutAdvisor.java

/**
 * ***********************************************************************
 * <p/>
 * Copyright:
 * 2012 1&1 Internet AG, Germany, http://www.1und1.de
 * <p/>

From source file net.sourceforge.safr.core.spring.advice.SecurityAttributeSourceAdvisor.java

/**
 * @author Martin Krasser
 */
public class SecurityAttributeSourceAdvisor extends AbstractPointcutAdvisor {

    private static final long serialVersionUID = -1723776190576121393L;

From source file com.developmentsprint.spring.breaker.interceptor.CircuitBreakerAttributeSourceAdvisor.java

public class CircuitBreakerAttributeSourceAdvisor extends AbstractPointcutAdvisor {

    private static final long serialVersionUID = 1L;

    private CircuitBreakerInterceptor circuitBreakerInterceptor;

From source file org.reindeer.redis.RedisAdvisor.java

/**
 * Created on 2014/9/26.
 *
 * @author FZY
 */
@Component

From source file dk.clanie.actor.ActorAnnotationAdvisor.java

/**
 * Advisor that activates asynchronous method execution through the {@link Actor}
 * annotation. This annotation can be used at type level in implementation
 * classes as well as in service interfaces.
 * <p/>
 * Based on Spring 3.0's AsyncAnnotationAdvisor.

From source file org.springframework.aop.support.RegexpMethodPointcutAdvisor.java

/**
 * Convenient class for regexp method pointcuts that hold an Advice,
 * making them an {@link org.springframework.aop.Advisor}.
 *
 * <p>Configure this class using the "pattern" and "patterns"
 * pass-through properties. These are analogous to the pattern

From source file nl.edia.xapi.proxy.StatementGeneratorAdvisor.java

@Component
public class StatementGeneratorAdvisor extends AbstractPointcutAdvisor {

    private static final long serialVersionUID = 1L;

    /**

From source file nl.edia.xapi.proxy.StatementAdvisor.java

@Component
public class StatementAdvisor extends AbstractPointcutAdvisor {

    private static final long serialVersionUID = 1L;

    /**

From source file org.springframework.cloud.sleuth.annotation.SleuthAdvisorConfig.java

/**
 * Custom pointcut advisor that picks all classes / interfaces that
 * have the Sleuth related annotations.
 *
 * @author Marcin Grzejszczak
 * @since 1.2.0