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.FlowNode
public List<javax.faces.flow.Parameter> getParameters()
javax.faces.flow.MethodCallNode
Return the parameters to be passed to the method.
getParameters
in class javax.faces.flow.MethodCallNode
public List<javax.faces.flow.Parameter> _getParameters()
public javax.el.MethodExpression getMethodExpression()
javax.faces.flow.MethodCallNode
Return the MethodExpression
to be
invoked to when control passes to this node.
getMethodExpression
in class javax.faces.flow.MethodCallNode
MethodExpression
to be invoked to when control passes to this nodepublic void setMethodExpression(javax.el.MethodExpression methodExpression)
public javax.el.ValueExpression getOutcome()
javax.faces.flow.MethodCallNode
Return the outcome
to be
used in the event of a null
return from the method.
getOutcome
in class javax.faces.flow.MethodCallNode
outcome
public void setOutcome(javax.el.ValueExpression outcome)
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.