Package com.sun.faces.flow
Class FlowHandlerFactoryImpl
java.lang.Object
jakarta.faces.flow.FlowHandlerFactory
com.sun.faces.flow.FlowHandlerFactoryImpl
public class FlowHandlerFactoryImpl extends FlowHandlerFactory
-
Constructor Summary
Constructors Constructor Description FlowHandlerFactoryImpl()
-
Method Summary
Modifier and Type Method Description FlowHandler
createFlowHandler(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.
-