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
 
 public class MethodCallNodeImpl extends MethodCallNode implements Freezable - Since:
- 2.2
- Author:
- Leonardo Uribe
 
- 
- 
Constructor SummaryConstructors Constructor Description MethodCallNodeImpl(String methodCallNodeId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParameter(Parameter parameter)voidfreeze()Call this method when the object will be made available to the runtimeStringgetId()jakarta.el.MethodExpressiongetMethodExpression()jakarta.el.ValueExpressiongetOutcome()List<Parameter>getParameters()voidsetId(String id)voidsetMethodExpression(jakarta.el.MethodExpression methodExpression)voidsetOutcome(jakarta.el.ValueExpression outcome)
 
- 
- 
- 
Constructor Detail- 
MethodCallNodeImplpublic MethodCallNodeImpl(String methodCallNodeId) 
 
- 
 - 
Method Detail- 
getMethodExpressionpublic jakarta.el.MethodExpression getMethodExpression() - Specified by:
- getMethodExpressionin class- MethodCallNode
 
 - 
getOutcomepublic jakarta.el.ValueExpression getOutcome() - Specified by:
- getOutcomein class- MethodCallNode
 
 - 
getParameterspublic List<Parameter> getParameters() - Specified by:
- getParametersin class- MethodCallNode
 
 - 
addParameterpublic void addParameter(Parameter parameter) 
 - 
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) 
 - 
setIdpublic void setId(String id) 
 
- 
 
-