| Package | Description |
|---|---|
| com.aspectran.core.context.rule | |
| com.aspectran.core.context.rule.type |
| Modifier and Type | Method | Description |
|---|---|---|
PointcutType |
PointcutPatternRule.getPointcutType() |
|
PointcutType |
PointcutRule.getPointcutType() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
PointcutPatternRule.setPointcutType(PointcutType pointcutType) |
| Constructor | Description |
|---|---|
PointcutRule(PointcutType pointcutType) |
| Modifier and Type | Method | Description |
|---|---|---|
static PointcutType |
PointcutType.resolve(java.lang.String alias) |
Returns a
PointcutType with a value represented
by the specified String. |
static PointcutType |
PointcutType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PointcutType[] |
PointcutType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.