public abstract class FlowHandlerFactory extends 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
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.