AbstractAction, BeanAction, EchoAction, HeadingAction, IncludeAction, MethodActionpublic interface Executable
Created: 2008. 03. 23 AM 10:38:29
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
execute(Activity activity) |
Execute this action.
|
java.lang.String |
getActionId() |
Gets the action id.
|
<T> T |
getActionRule() |
Gets the action rule.
|
ActionType |
getActionType() |
Gets the Action Type.
|
ActionList |
getParent() |
Gets the action list.
|
boolean |
isHidden() |
Returns whether this action is hidden.
|
java.lang.String getActionId()
java.lang.Object execute(Activity activity) throws java.lang.Exception
activity - the activityjava.lang.Exception - the exceptionActionExecutionException - the action execution exceptionboolean isHidden()
ActionList getParent()
ActionType getActionType()
<T> T getActionRule()
T - the generic typeCopyright © 2008–2018 The Aspectran Project. All rights reserved.