Uses of Class
jakarta.faces.flow.FlowHandler
Package
Description
-
Uses of FlowHandler in com.sun.faces.application
Modifier and TypeMethodDescriptionApplicationAssociate.getFlowHandler()
ApplicationImpl.getFlowHandler()
Modifier and TypeMethodDescriptionvoid
ApplicationAssociate.setFlowHandler
(FlowHandler flowHandler) void
ApplicationImpl.setFlowHandler
(FlowHandler flowHandler) -
Uses of FlowHandler in com.sun.faces.application.applicationimpl
-
Uses of FlowHandler in com.sun.faces.flow
Modifier and TypeMethodDescriptionFlowHandlerFactoryImpl.createFlowHandler
(FacesContext context) Create the flow handler. -
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)