| Package | Description |
|---|---|
| com.aspectran.core.activity.process.action | |
| com.aspectran.core.context.rule | |
| com.aspectran.core.context.rule.type |
| Modifier and Type | Method | Description |
|---|---|---|
ActionType |
BeanAction.getActionType() |
|
ActionType |
EchoAction.getActionType() |
|
ActionType |
Executable.getActionType() |
Gets the Action Type.
|
ActionType |
HeadingAction.getActionType() |
|
ActionType |
IncludeAction.getActionType() |
|
ActionType |
MethodAction.getActionType() |
| Modifier and Type | Method | Description |
|---|---|---|
ActionType |
AspectAdviceRule.getActionType() |
|
ActionType |
ExceptionThrownRule.getActionType() |
Returns the action type of the executable action.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ActionType |
ActionType.resolve(java.lang.String alias) |
Returns an
ActionType with a value represented
by the specified String. |
static ActionType |
ActionType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
ActionType.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.