public interface

PointcutAdvisor

implements Advisor
org.springframework.aop.PointcutAdvisor
Known Indirect Subclasses

Class Overview

Superinterface for all Advisors that are driven by a pointcut. This covers nearly all advisors except introduction advisors, for which method-level matching doesn't apply.

Summary

Public Methods
abstract Pointcut getPointcut()
Get the Pointcut that drives this advisor.
[Expand]
Inherited Methods
From interface org.springframework.aop.Advisor

Public Methods

public abstract Pointcut getPointcut ()

Get the Pointcut that drives this advisor.