| Package | Description |
|---|---|
| com.aspectran.core.activity |
A package for handling an activity that perform requests, business logic, and responses.
|
| com.aspectran.core.activity.process | |
| com.aspectran.core.activity.process.action | |
| com.aspectran.core.activity.response | |
| com.aspectran.core.activity.response.dispatch | |
| com.aspectran.core.activity.response.transform | |
| com.aspectran.core.context.rule.ability |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
CoreActivity.execute(ActionList actionList) |
Execute actions.
|
| Modifier and Type | Method | Description |
|---|---|---|
ActionList |
ContentList.newActionList(boolean omittable) |
|
static ActionList |
ActionList.newInstance(java.lang.String name,
java.lang.Boolean omittable,
java.lang.Boolean hidden) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ContentList.addActionList(ActionList actionList) |
| Constructor | Description |
|---|---|
ContentList(java.util.Collection<ActionList> c) |
| Modifier and Type | Field | Description |
|---|---|---|
protected ActionList |
AbstractAction.parent |
| Modifier and Type | Method | Description |
|---|---|---|
ActionList |
AbstractAction.getParent() |
|
ActionList |
BeanAction.getParent() |
|
ActionList |
Executable.getParent() |
Gets the action list.
|
ActionList |
MethodAction.getParent() |
| Constructor | Description |
|---|---|
AbstractAction(ActionList parent) |
Instantiates a new AbstractAction.
|
BeanAction(BeanActionRule beanActionRule,
ActionList parent) |
Instantiates a new BeanAction.
|
EchoAction(EchoActionRule echoActionRule,
ActionList parent) |
Instantiates a new EchoAction.
|
HeadingAction(HeadingActionRule headingActionRule,
ActionList parent) |
Instantiates a new HeadingAction.
|
IncludeAction(IncludeActionRule includeActionRule,
ActionList parent) |
Instantiates a new IncludeAction.
|
MethodAction(MethodActionRule methodActionRule,
ActionList parent) |
Instantiates a new MethodAction.
|
| Modifier and Type | Method | Description |
|---|---|---|
ActionList |
ForwardResponse.getActionList() |
|
ActionList |
RedirectResponse.getActionList() |
|
ActionList |
Response.getActionList() |
Gets the action list.
|
| Modifier and Type | Method | Description |
|---|---|---|
ActionList |
DispatchResponse.getActionList() |
| Modifier and Type | Method | Description |
|---|---|---|
ActionList |
AponTransformResponse.getActionList() |
|
ActionList |
JsonTransformResponse.getActionList() |
|
ActionList |
TextTransformResponse.getActionList() |
|
ActionList |
XmlTransformResponse.getActionList() |
|
ActionList |
XslTransformResponse.getActionList() |
| Modifier and Type | Method | Description |
|---|---|---|
ActionList |
ActionPossessable.getActionList() |
Gets the action list.
|
ActionList |
ActionPossessSupport.getActionList() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ActionPossessable.setActionList(ActionList actionList) |
Sets the action list.
|
void |
ActionPossessSupport.setActionList(ActionList actionList) |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.