Package org.apache.myfaces.flow
Class MethodCallNodeImpl
java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.MethodCallNode
org.apache.myfaces.flow.MethodCallNodeImpl
- All Implemented Interfaces:
- Freezable
- Since:
- 2.2
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddParameter(Parameter parameter) voidfreeze()Call this method when the object will be made available to the runtimegetId()jakarta.el.MethodExpressionjakarta.el.ValueExpressionvoidvoidsetMethodExpression(jakarta.el.MethodExpression methodExpression) voidsetOutcome(jakarta.el.ValueExpression outcome) 
- 
Constructor Details- 
MethodCallNodeImpl
 
- 
- 
Method Details- 
getMethodExpressionpublic jakarta.el.MethodExpression getMethodExpression()- Specified by:
- getMethodExpressionin class- MethodCallNode
 
- 
getOutcomepublic jakarta.el.ValueExpression getOutcome()- Specified by:
- getOutcomein class- MethodCallNode
 
- 
getParameters- Specified by:
- getParametersin class- MethodCallNode
 
- 
addParameter
- 
getId
- 
freezepublic void freeze()Description copied from interface:FreezableCall this method when the object will be made available to the runtime
- 
setMethodExpressionpublic void setMethodExpression(jakarta.el.MethodExpression methodExpression) 
- 
setOutcomepublic void setOutcome(jakarta.el.ValueExpression outcome) 
- 
setId
 
-