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