java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.MethodCallNode
com.sun.faces.flow.MethodCallNodeImpl
-
Constructor Summary
ConstructorsConstructorDescriptionMethodCallNodeImpl(FacesContext context, String id, String methodExpressionString, String defaultOutcomeString, List<Parameter> parametersFromConfig) -
Method Summary
Modifier and TypeMethodDescriptiongetId()Return theMethodExpressionto be invoked to when control passes to this node.Return theoutcometo be used in the event of anullreturn from the method.Return the parameters to be passed to the method.voidsetMethodExpression(MethodExpression methodExpression) voidsetOutcome(ValueExpression outcome)
-
Constructor Details
-
MethodCallNodeImpl
-
MethodCallNodeImpl
-
-
Method Details
-
getId
-
getParameters
Description copied from class:MethodCallNodeReturn the parameters to be passed to the method.
- Specified by:
getParametersin classMethodCallNode- Returns:
- the parameters to be passed to the method
-
_getParameters
-
getMethodExpression
Description copied from class:MethodCallNodeReturn the
MethodExpressionto be invoked to when control passes to this node.- Specified by:
getMethodExpressionin classMethodCallNode- Returns:
- the
MethodExpressionto be invoked to when control passes to this node
-
setMethodExpression
-
getOutcome
Description copied from class:MethodCallNodeReturn the
outcometo be used in the event of anullreturn from the method.- Specified by:
getOutcomein classMethodCallNode- Returns:
- the
outcome
-
setOutcome
-