Class AbstractAction
- java.lang.Object
-
- com.aspectran.core.activity.process.action.AbstractAction
-
- All Implemented Interfaces:
Executable
- Direct Known Subclasses:
BeanAction,EchoAction,HeadingAction,IncludeAction,MethodAction
public abstract class AbstractAction extends java.lang.Object implements Executable
The Class AbstractAction.Created: 2008. 03. 22 PM 5:50:35
-
-
Field Summary
Fields Modifier and Type Field Description protected ActionListparent
-
Constructor Summary
Constructors Constructor Description AbstractAction(ActionList parent)Instantiates a new AbstractAction.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.StringgetActionId()Gets the action id.ActionListgetParent()Gets the action list.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.aspectran.core.activity.process.action.Executable
execute, getActionRule, getActionType, isHidden
-
-
-
-
Field Detail
-
parent
protected final ActionList parent
-
-
Constructor Detail
-
AbstractAction
public AbstractAction(ActionList parent)
Instantiates a new AbstractAction.- Parameters:
parent- the parent
-
-
Method Detail
-
getParent
public ActionList getParent()
Description copied from interface:ExecutableGets the action list.- Specified by:
getParentin interfaceExecutable- Returns:
- the action list
-
getActionId
public abstract java.lang.String getActionId()
Description copied from interface:ExecutableGets the action id.- Specified by:
getActionIdin interfaceExecutable- Returns:
- the action id
-
-