Uses of Class
jakarta.faces.flow.FlowHandler
Packages that use FlowHandler
Package
Description
APIs that are used to link an application's
business logic objects to Jakarta Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on Jakarta Faces.
The
runtime API for Faces Flows.
-
Uses of FlowHandler in com.sun.faces.application
Methods in com.sun.faces.application that return FlowHandlerModifier and TypeMethodDescriptionApplicationAssociate.getFlowHandler()ApplicationImpl.getFlowHandler()Methods in com.sun.faces.application with parameters of type FlowHandlerModifier and TypeMethodDescriptionvoidApplicationAssociate.setFlowHandler(FlowHandler flowHandler) voidApplicationImpl.setFlowHandler(FlowHandler flowHandler) -
Uses of FlowHandler in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return FlowHandlerMethods in com.sun.faces.application.applicationimpl with parameters of type FlowHandler -
Uses of FlowHandler in com.sun.faces.flow
Subclasses of FlowHandler in com.sun.faces.flowMethods in com.sun.faces.flow that return FlowHandlerModifier and TypeMethodDescriptionFlowHandlerFactoryImpl.createFlowHandler(FacesContext context) Create the flow handler. -
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)