java.lang.Object
jakarta.faces.flow.FlowHandlerFactory
- Direct Known Subclasses:
- FlowHandlerFactoryImpl,- FlowHandlerFactoryWrapper
 FlowHandlerFactory is used by the Application to create the
 singleton instance of FlowHandler.
 
- Since:
- 2.2
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract FlowHandlercreateFlowHandler(FacesContext context) Create the singleton instance ofFlowHandler.
- 
Constructor Details- 
FlowHandlerFactorypublic FlowHandlerFactory()
 
- 
- 
Method Details- 
createFlowHandlerCreate the singleton instance of FlowHandler.- Parameters:
- context- the- FacesContextfor the current request
- Returns:
- the newly created FlowHandler
- Since:
- 2.2
 
 
-