Uses of Class
jakarta.faces.flow.FlowHandler
-
Packages that use FlowHandler Package Description com.sun.faces.application com.sun.faces.application.applicationimpl com.sun.faces.flow jakarta.faces.application 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.jakarta.faces.flow The runtime API for Faces Flows. -
-
Uses of FlowHandler in com.sun.faces.application
Methods in com.sun.faces.application that return FlowHandler Modifier and Type Method Description FlowHandlerApplicationAssociate. getFlowHandler()FlowHandlerApplicationImpl. getFlowHandler()Methods in com.sun.faces.application with parameters of type FlowHandler Modifier and Type Method Description voidApplicationAssociate. 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 FlowHandler Modifier and Type Method Description FlowHandlerSingletons. getFlowHandler()Methods in com.sun.faces.application.applicationimpl with parameters of type FlowHandler Modifier and Type Method Description voidSingletons. setFlowHandler(FlowHandler flowHandler) -
Uses of FlowHandler in com.sun.faces.flow
Subclasses of FlowHandler in com.sun.faces.flow Modifier and Type Class Description classFlowHandlerImplMethods in com.sun.faces.flow that return FlowHandler Modifier and Type Method Description FlowHandlerFlowHandlerFactoryImpl. createFlowHandler(FacesContext context)Create the flow handler. -
Uses of FlowHandler in jakarta.faces.application
Methods in jakarta.faces.application that return FlowHandler Modifier and Type Method Description FlowHandlerApplication. getFlowHandler()Return the thread-safe singletonFlowHandlerfor this application.FlowHandlerApplicationWrapper. getFlowHandler()Methods in jakarta.faces.application with parameters of type FlowHandler Modifier and Type Method Description voidApplication. 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 FlowHandler Modifier and Type Method Description abstract FlowHandlerFlowHandlerFactory. createFlowHandler(FacesContext context)Create the singleton instance ofFlowHandler.FlowHandlerFlowHandlerFactoryWrapper. createFlowHandler(FacesContext context)
-