java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.MethodCallNode
com.sun.faces.flow.MethodCallNodeImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodCallNodeImpl(FacesContext context, String id, String methodExpressionString, String defaultOutcomeString, List<Parameter> parametersFromConfig) -
Method Summary
Modifier and TypeMethodDescriptiongetId()jakarta.el.MethodExpressionReturn theMethodExpressionto be invoked to when control passes to this node.jakarta.el.ValueExpressionReturn theoutcometo be used in the event of anullreturn from the method.Return the parameters to be passed to the method.voidsetMethodExpression(jakarta.el.MethodExpression methodExpression) voidsetOutcome(jakarta.el.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
public jakarta.el.MethodExpression 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
public void setMethodExpression(jakarta.el.MethodExpression methodExpression) -
getOutcome
public jakarta.el.ValueExpression 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
public void setOutcome(jakarta.el.ValueExpression outcome)
-