| Package | Description |
|---|---|
| com.aspectran.core.component.aspect.pointcut | |
| com.aspectran.core.context.rule |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractPointcut |
The Class AbstractPointcut.
|
class |
RegexpPointcut |
Pointcut using Regular Expression Matching to identify joinpoints.
|
class |
WildcardPointcut |
Pointcut using Wildcard Matching to identify joinpoints.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Pointcut |
PointcutFactory.createPointcut(PointcutRule pointcutRule) |
Creates a new Pointcut instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
Pointcut |
AspectRule.getPointcut() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AspectRule.setPointcut(Pointcut pointcut) |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.