public class MethodCallNodeImpl extends jakarta.faces.flow.MethodCallNode implements Serializable
| Constructor and Description |
|---|
MethodCallNodeImpl(jakarta.faces.context.FacesContext context,
String id,
String methodExpressionString,
String defaultOutcomeString,
List<jakarta.faces.flow.Parameter> parametersFromConfig) |
MethodCallNodeImpl(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<jakarta.faces.flow.Parameter> |
_getParameters() |
String |
getId() |
jakarta.el.MethodExpression |
getMethodExpression()
Return the |
jakarta.el.ValueExpression |
getOutcome()
Return the |
List<jakarta.faces.flow.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 String getId()
getId in class jakarta.faces.flow.FlowNodepublic List<jakarta.faces.flow.Parameter> getParameters()
jakarta.faces.flow.MethodCallNodeReturn the parameters to be passed to the method.
getParameters in class jakarta.faces.flow.MethodCallNodepublic List<jakarta.faces.flow.Parameter> _getParameters()
public jakarta.el.MethodExpression getMethodExpression()
jakarta.faces.flow.MethodCallNode
Return the MethodExpression to be invoked to when control passes to this node.
getMethodExpression in class jakarta.faces.flow.MethodCallNodeMethodExpression to be invoked to when control passes to this nodepublic void setMethodExpression(jakarta.el.MethodExpression methodExpression)
public jakarta.el.ValueExpression getOutcome()
jakarta.faces.flow.MethodCallNode
Return the outcome to be used in the event of a null return from the method.
getOutcome in class jakarta.faces.flow.MethodCallNodeoutcomepublic void setOutcome(jakarta.el.ValueExpression outcome)
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.