Package org.apache.myfaces.flow
Class FlowImpl
java.lang.Object
jakarta.faces.flow.Flow
org.apache.myfaces.flow.FlowImpl
- All Implemented Interfaces:
- Freezable
- Since:
- 2.2
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddMethodCall(MethodCallNode value) voidaddNavigationCase(NavigationCase navigationCase) voidaddNavigationCases(String fromViewId, Set<NavigationCase> navigationCases) voidvoidfreeze()Call this method when the object will be made available to the runtimegetClientWindowFlowId(ClientWindow curWindow) jakarta.el.MethodExpressiongetFlowCall(Flow targetFlow) getId()jakarta.el.MethodExpressiongetViews()voidputFlowCall(String key, FlowCallNode value) voidputInboundParameter(String key, Parameter value) voidputReturn(String key, ReturnNode value) voidputSwitch(String key, SwitchNode value) voidremoveNavigationCase(NavigationCase navigationCase) voidsetDefiningDocumentId(String definingDocumentId) voidsetFinalizer(jakarta.el.MethodExpression finalizer) voidvoidsetInitializer(jakarta.el.MethodExpression initializer) voidsetStartNodeId(String startNodeId) 
- 
Constructor Details- 
FlowImplpublic FlowImpl()
 
- 
- 
Method Details- 
freezepublic void freeze()Description copied from interface:FreezableCall this method when the object will be made available to the runtime
- 
getClientWindowFlowId- Specified by:
- getClientWindowFlowIdin class- Flow
 
- 
getDefiningDocumentId- Specified by:
- getDefiningDocumentIdin class- Flow
 
- 
setDefiningDocumentId
- 
getId
- 
setId
- 
getInitializerpublic jakarta.el.MethodExpression getInitializer()- Specified by:
- getInitializerin class- Flow
 
- 
setInitializerpublic void setInitializer(jakarta.el.MethodExpression initializer) 
- 
getFinalizerpublic jakarta.el.MethodExpression getFinalizer()- Specified by:
- getFinalizerin class- Flow
 
- 
setFinalizerpublic void setFinalizer(jakarta.el.MethodExpression finalizer) 
- 
getStartNodeId- Specified by:
- getStartNodeIdin class- Flow
 
- 
setStartNodeId
- 
getInboundParameters- Specified by:
- getInboundParametersin class- Flow
 
- 
putInboundParameter
- 
getFlowCalls- Specified by:
- getFlowCallsin class- Flow
 
- 
putFlowCall
- 
getMethodCalls- Specified by:
- getMethodCallsin class- Flow
 
- 
addMethodCall
- 
getReturns- Specified by:
- getReturnsin class- Flow
 
- 
putReturn
- 
getSwitches- Specified by:
- getSwitchesin class- Flow
 
- 
putSwitch
- 
getViews
- 
addView
- 
getFlowCall- Specified by:
- getFlowCallin class- Flow
 
- 
getNode
 
-