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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameter
(Parameter parameter) void
freeze()
Call this method when the object will be made available to the runtimegetId()
jakarta.el.MethodExpression
jakarta.el.ValueExpression
void
void
setMethodExpression
(jakarta.el.MethodExpression methodExpression) void
setOutcome
(jakarta.el.ValueExpression outcome)
-
Constructor Details
-
MethodCallNodeImpl
-
-
Method Details
-
getMethodExpression
public jakarta.el.MethodExpression getMethodExpression()- Specified by:
getMethodExpression
in classMethodCallNode
-
getOutcome
public jakarta.el.ValueExpression getOutcome()- Specified by:
getOutcome
in classMethodCallNode
-
getParameters
- Specified by:
getParameters
in classMethodCallNode
-
addParameter
-
getId
-
freeze
public void freeze()Description copied from interface:Freezable
Call this method when the object will be made available to the runtime -
setMethodExpression
public void setMethodExpression(jakarta.el.MethodExpression methodExpression) -
setOutcome
public void setOutcome(jakarta.el.ValueExpression outcome) -
setId
-