Uses of Class
jakarta.faces.flow.FlowHandler
-
Uses of FlowHandler in jakarta.faces.application
Modifier and TypeMethodDescriptionApplication.getFlowHandler()
Return the thread-safe singletonFlowHandler
for this application.ApplicationWrapper.getFlowHandler()
Modifier and TypeMethodDescriptionvoid
Application.setFlowHandler
(FlowHandler newHandler) Set theFlowHandler
instance used by theNavigationHandler
to satisfy the requirements of the faces flows feature.void
ApplicationWrapper.setFlowHandler
(FlowHandler newHandler) -
Uses of FlowHandler in jakarta.faces.flow
Modifier and TypeMethodDescriptionabstract FlowHandler
FlowHandlerFactory.createFlowHandler
(FacesContext context) Create the singleton instance ofFlowHandler
.FlowHandlerFactoryWrapper.createFlowHandler
(FacesContext context)