| Package | Description |
|---|---|
| org.springframework.aop | |
| org.springframework.aop.support |
| Modifier and Type | Field and Description |
|---|---|
static Pointcut |
Pointcut.TRUE
Canonical Pointcut instance that always matches.
|
| Modifier and Type | Method and Description |
|---|---|
Pointcut |
PointcutAdvisor.getPointcut()
Get the Pointcut that drives this advisor.
|
| Modifier and Type | Method and Description |
|---|---|
Pointcut |
DefaultPointcutAdvisor.getPointcut() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPointcutAdvisor.setPointcut(Pointcut pointcut)
Specify the pointcut targeting the advice.
|
| Constructor and Description |
|---|
DefaultPointcutAdvisor(Pointcut pointcut,
org.aopalliance.aop.Advice advice)
Create a DefaultPointcutAdvisor, specifying Pointcut and Advice.
|
Copyright © 2025. All rights reserved.