public abstract class FlowHandlerFactory
extends java.lang.Object
FlowHandlerFactory is used by the Application
to create the
singleton instance of FlowHandler
.
Constructor and Description |
---|
FlowHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
abstract FlowHandler |
createFlowHandler(FacesContext context)
Create the singleton instance of |
public abstract FlowHandler createFlowHandler(FacesContext context)
Create the singleton instance of FlowHandler
.
context
- the FacesContext
for the current requestFlowHandler