Executablepublic class BeanAction extends AbstractAction
Created: 2008. 03. 22 PM 5:50:35
parent| Constructor | Description |
|---|---|
BeanAction(BeanActionRule beanActionRule,
ActionList parent) |
Instantiates a new BeanAction.
|
| 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.
|
AspectAdviceRule |
getAspectAdviceRule() |
Gets the aspect advice rule.
|
BeanActionRule |
getBeanActionRule() |
Returns the bean action rule.
|
ActionList |
getParent() |
Gets the action list.
|
boolean |
isHidden() |
Returns whether this action is hidden.
|
void |
setAspectAdviceRule(AspectAdviceRule aspectAdviceRule) |
Sets the aspect advice rule.
|
java.lang.String |
toString() |
public BeanAction(BeanActionRule beanActionRule, ActionList parent)
beanActionRule - the bean action ruleparent - the parentpublic AspectAdviceRule getAspectAdviceRule()
public void setAspectAdviceRule(AspectAdviceRule aspectAdviceRule)
aspectAdviceRule - the new aspect advice rulepublic java.lang.Object execute(Activity activity) throws java.lang.Exception
Executableactivity - the activityjava.lang.Exception - the exceptionActionExecutionException - the action execution exceptionpublic BeanActionRule getBeanActionRule()
public ActionList getParent()
ExecutablegetParent in interface ExecutablegetParent in class AbstractActionpublic 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.