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() |
jakarta.el.MethodExpression |
getMethodExpression()
Return the |
jakarta.el.ValueExpression |
getOutcome()
Return the |
List<Parameter> |
getParameters()
Return the parameters to be passed to the method. |
void |
setMethodExpression(jakarta.el.MethodExpression methodExpression) |
void |
setOutcome(jakarta.el.ValueExpression outcome) |
public MethodCallNodeImpl(String id)
public List<Parameter> getParameters()
MethodCallNodeReturn the parameters to be passed to the method.
getParameters in class MethodCallNodepublic jakarta.el.MethodExpression getMethodExpression()
MethodCallNode
Return 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(jakarta.el.MethodExpression methodExpression)
public jakarta.el.ValueExpression getOutcome()
MethodCallNode
Return the outcome to be used in the event of a null return from the method.
getOutcome in class MethodCallNodeoutcomepublic void setOutcome(jakarta.el.ValueExpression outcome)
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.