| Package | Description |
|---|---|
| com.aspectran.core.activity |
A package for handling an activity that perform requests, business logic, and responses.
|
| com.aspectran.core.activity.process.action | |
| com.aspectran.core.context.rule |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
BasicActivity.executeAdvice(Executable action) |
Executes advice action.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractAction |
The Class AbstractAction.
|
class |
BeanAction |
The BeanAction that invoking method in the bean instance.
|
class |
EchoAction |
The Class EchoAction.
|
class |
HeadingAction |
The Class HeadingAction.
|
class |
IncludeAction |
The Class IncludeAction.
|
class |
MethodAction |
The MethodAction that invoking method in the bean instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
Executable |
ActionExecutionException.getAction() |
| Constructor | Description |
|---|---|
ActionExecutionException(java.lang.String actionName,
Executable action,
java.lang.Throwable cause) |
| Modifier and Type | Method | Description |
|---|---|---|
Executable |
AspectAdviceRule.getExecutableAction() |
|
Executable |
ExceptionThrownRule.getExecutableAction() |
Returns the executable action.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.