Uses of Class
jakarta.faces.flow.FlowHandler
Packages that use FlowHandler
-
Uses of FlowHandler in jakarta.faces.application
Methods in jakarta.faces.application that return FlowHandlerModifier and TypeMethodDescriptionApplication.getFlowHandler()Return the thread-safe singletonFlowHandlerfor this application.ApplicationWrapper.getFlowHandler()Methods in jakarta.faces.application with parameters of type FlowHandlerModifier and TypeMethodDescriptionvoidApplication.setFlowHandler(FlowHandler newHandler) Set theFlowHandlerinstance used by theNavigationHandlerto satisfy the requirements of the faces flows feature.voidApplicationWrapper.setFlowHandler(FlowHandler newHandler) -
Uses of FlowHandler in jakarta.faces.flow
Methods in jakarta.faces.flow that return FlowHandlerModifier and TypeMethodDescriptionabstract FlowHandlerFlowHandlerFactory.createFlowHandler(FacesContext context) Create the singleton instance ofFlowHandler.FlowHandlerFactoryWrapper.createFlowHandler(FacesContext context)