public class ActionResult
extends java.lang.Object
Created: 2008. 03. 23 PM 12:01:24
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.Object |
NO_RESULT |
| Constructor | Description |
|---|---|
ActionResult(ContentResult parent) |
Instantiates a new Action result.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getActionId() |
Gets the action id.
|
ContentResult |
getParent() |
Gets the parent.
|
java.lang.Object |
getResultValue() |
Gets the result value of an action.
|
boolean |
isHidden() |
Returns whether or not to expose this action's result.
|
void |
setActionId(java.lang.String actionId) |
Sets the action id.
|
void |
setHidden(boolean hidden) |
Sets whether or not to hide the result of this action.
|
void |
setResultValue(java.lang.Object resultValue) |
Sets the result value of an action.
|
java.lang.String |
toString() |
public ActionResult(ContentResult parent)
parent - the parentpublic ContentResult getParent()
public java.lang.String getActionId()
public void setActionId(java.lang.String actionId)
actionId - the new action idpublic java.lang.Object getResultValue()
public void setResultValue(java.lang.Object resultValue)
resultValue - the new result value of an actionpublic boolean isHidden()
public void setHidden(boolean hidden)
hidden - whether to hide this action resultpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2018 The Aspectran Project. All rights reserved.