Package org.apache.myfaces.flow
Class FlowCallNodeImpl
java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.FlowCallNode
org.apache.myfaces.flow.FlowCallNodeImpl
- All Implemented Interfaces:
Freezable
- Since:
- 2.2
- Author:
- Leonardo Uribe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
freeze()
Call this method when the object will be made available to the runtimegetCalledFlowDocumentId
(FacesContext context) getCalledFlowId
(FacesContext context) getId()
void
putOutboundParameter
(String key, Parameter value) void
setCalledFlowDocumentId
(jakarta.el.ValueExpression calledFlowDocumentIdEL) void
setCalledFlowDocumentId
(String calledFlowDocumentId) void
setCalledFlowId
(jakarta.el.ValueExpression calledFlowIdEL) void
setCalledFlowId
(String calledFlowId) void
-
Constructor Details
-
FlowCallNodeImpl
-
-
Method Details
-
getOutboundParameters
- Specified by:
getOutboundParameters
in classFlowCallNode
-
putOutboundParameter
-
getCalledFlowDocumentId
- Specified by:
getCalledFlowDocumentId
in classFlowCallNode
-
getCalledFlowId
- Specified by:
getCalledFlowId
in classFlowCallNode
-
getId
-
setId
-
setCalledFlowId
-
setCalledFlowDocumentId
-
freeze
public void freeze()Description copied from interface:Freezable
Call this method when the object will be made available to the runtime -
setCalledFlowId
public void setCalledFlowId(jakarta.el.ValueExpression calledFlowIdEL) -
setCalledFlowDocumentId
public void setCalledFlowDocumentId(jakarta.el.ValueExpression calledFlowDocumentIdEL)
-