Executablepublic class EchoAction extends AbstractAction
Created: 2008. 03. 22 PM 5:50:44
parent| Constructor | Description |
|---|---|
EchoAction(EchoActionRule echoActionRule,
ActionList parent) |
Instantiates a new EchoAction.
|
| 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.
|
EchoActionRule |
getEchoActionRule() |
Returns the echo action rule.
|
boolean |
isHidden() |
Returns whether this action is hidden.
|
java.lang.String |
toString() |
getParentpublic EchoAction(EchoActionRule echoActionRule, ActionList parent)
echoActionRule - the echo action ruleparent - the parentpublic java.lang.Object execute(Activity activity) throws java.lang.Exception
Executableactivity - the activityjava.lang.Exception - the exceptionActionExecutionException - the action execution exceptionpublic EchoActionRule getEchoActionRule()
public java.lang.String getActionId()
ExecutablegetActionId in interface ExecutablegetActionId in class AbstractActionpublic boolean isHidden()
Executablepublic ActionType getActionType()
Executablepublic <T> T getActionRule()
ExecutableT - the generic typepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2018 The Aspectran Project. All rights reserved.