java.lang.Object
jakarta.faces.flow.FlowHandlerFactory
com.sun.faces.flow.FlowHandlerFactoryImpl
-
Constructor Summary
-
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:
createFlowHandler
in classFlowHandlerFactory
- Parameters:
context
- the Faces context.- Returns:
- the flow handler.
-