ExecutableBeanAction, EchoAction, HeadingAction, IncludeAction, MethodActionpublic abstract class AbstractAction extends java.lang.Object implements Executable
Created: 2008. 03. 22 PM 5:50:35
| Modifier and Type | Field | Description |
|---|---|---|
protected ActionList |
parent |
| Constructor | Description |
|---|---|
AbstractAction(ActionList parent) |
Instantiates a new AbstractAction.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.String |
getActionId() |
Gets the action id.
|
ActionList |
getParent() |
Gets the action list.
|
execute, getActionRule, getActionType, isHiddenprotected final ActionList parent
public AbstractAction(ActionList parent)
parent - the parentpublic ActionList getParent()
ExecutablegetParent in interface Executablepublic abstract java.lang.String getActionId()
ExecutablegetActionId in interface ExecutableCopyright © 2008–2018 The Aspectran Project. All rights reserved.