public class MethodCallNodeImpl extends MethodCallNode implements Serializable
| Constructor and Description |
|---|
MethodCallNodeImpl(FacesContext context,
String id,
String methodExpressionString,
String defaultOutcomeString,
List<Parameter> parametersFromConfig) |
MethodCallNodeImpl(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
_getParameters() |
String |
getId() |
javax.el.MethodExpression |
getMethodExpression()
Return the |
javax.el.ValueExpression |
getOutcome()
Return the |
List<Parameter> |
getParameters()
Return the parameters to be passed to the method. |
void |
setMethodExpression(javax.el.MethodExpression methodExpression) |
void |
setOutcome(javax.el.ValueExpression outcome) |
public MethodCallNodeImpl(String id)
public List<Parameter> getParameters()
MethodCallNodeReturn the parameters to be passed to the method.
getParameters in class MethodCallNodepublic javax.el.MethodExpression getMethodExpression()
MethodCallNodeReturn the MethodExpression to be
invoked to when control passes to this node.
getMethodExpression in class MethodCallNodeMethodExpression to be invoked to when control passes to this nodepublic void setMethodExpression(javax.el.MethodExpression methodExpression)
public javax.el.ValueExpression getOutcome()
MethodCallNodeReturn the outcome to be
used in the event of a null return from the method.
getOutcome in class MethodCallNodeoutcomepublic void setOutcome(javax.el.ValueExpression outcome)
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.