Package jakarta.faces.flow
Class FlowHandlerFactory
- java.lang.Object
 - 
- jakarta.faces.flow.FlowHandlerFactory
 
 
- 
- Direct Known Subclasses:
 FlowHandlerFactoryWrapper
public abstract class FlowHandlerFactory extends Object
FlowHandlerFactory is used by the
Applicationto create the singleton instance ofFlowHandler.- Since:
 - 2.2
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FlowHandlerFactory() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract FlowHandlercreateFlowHandler(FacesContext context)Create the singleton instance ofFlowHandler. 
 - 
 
- 
- 
Method Detail
- 
createFlowHandler
public abstract FlowHandler createFlowHandler(FacesContext context)
Create the singleton instance of
FlowHandler.- Parameters:
 context- theFacesContextfor the current request- Returns:
 - the newly created 
FlowHandler - Since:
 - 2.2
 
 
 - 
 
 -