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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract FlowHandlercreateFlowHandler(FacesContext context) Create the singleton instance ofFlowHandler. 
- 
Constructor Details
- 
FlowHandlerFactory
public FlowHandlerFactory() 
 - 
 - 
Method Details
- 
createFlowHandler
Create the singleton instance of
FlowHandler.- Parameters:
 context- theFacesContextfor the current request- Returns:
 - the newly created 
FlowHandler - Since:
 - 2.2
 
 
 -