java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.MethodCallNode
com.sun.faces.flow.MethodCallNodeImpl
-
Constructor Summary
ConstructorDescriptionMethodCallNodeImpl
(FacesContext context, String id, String methodExpressionString, String defaultOutcomeString, List<Parameter> parametersFromConfig) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Return theMethodExpression
to be invoked to when control passes to this node.Return theoutcome
to be used in the event of anull
return from the method.Return the parameters to be passed to the method.void
setMethodExpression
(MethodExpression methodExpression) void
setOutcome
(ValueExpression outcome)
-
Constructor Details
-
MethodCallNodeImpl
-
MethodCallNodeImpl
-
-
Method Details
-
getId
-
getParameters
Description copied from class:MethodCallNode
Return the parameters to be passed to the method.
- Specified by:
getParameters
in classMethodCallNode
- Returns:
- the parameters to be passed to the method
-
_getParameters
-
getMethodExpression
Description copied from class:MethodCallNode
Return the
MethodExpression
to be invoked to when control passes to this node.- Specified by:
getMethodExpression
in classMethodCallNode
- Returns:
- the
MethodExpression
to be invoked to when control passes to this node
-
setMethodExpression
-
getOutcome
Description copied from class:MethodCallNode
Return the
outcome
to be used in the event of anull
return from the method.- Specified by:
getOutcome
in classMethodCallNode
- Returns:
- the
outcome
-
setOutcome
-