java.lang.Object
jakarta.faces.flow.FlowHandlerFactory
com.sun.faces.flow.FlowHandlerFactoryImpl
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateFlowHandler(FacesContext context) Create the flow handler. 
- 
Constructor Details
- 
FlowHandlerFactoryImpl
public FlowHandlerFactoryImpl() 
 - 
 - 
Method Details
- 
createFlowHandler
Create the flow handler.- Specified by:
 createFlowHandlerin classFlowHandlerFactory- Parameters:
 context- the Faces context.- Returns:
 - the flow handler.
 
 
 -