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()
MethodCallNode
Return the parameters to be passed to the method.
getParameters
in class MethodCallNode
public javax.el.MethodExpression getMethodExpression()
MethodCallNode
Return the MethodExpression
to be
invoked to when control passes to this node.
getMethodExpression
in class MethodCallNode
MethodExpression
to be invoked to when control passes to this nodepublic void setMethodExpression(javax.el.MethodExpression methodExpression)
public javax.el.ValueExpression getOutcome()
MethodCallNode
Return the outcome
to be
used in the event of a null
return from the method.
getOutcome
in class MethodCallNode
outcome
public void setOutcome(javax.el.ValueExpression outcome)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.