Uses of Class
jakarta.faces.flow.Flow
Packages that use Flow
Package
Description
-
Uses of Flow in com.sun.faces.application
Methods in com.sun.faces.application with parameters of type FlowModifier and TypeMethodDescriptionvoid
NavigationHandlerImpl.inspectFlow
(FacesContext context, Flow flow) -
Uses of Flow in com.sun.faces.flow
Subclasses of Flow in com.sun.faces.flowFields in com.sun.faces.flow declared as FlowModifier and TypeFieldDescriptionstatic final Flow
FlowImpl.ABANDONED_FLOW
static final Flow
FlowImpl.SYNTHESIZED_RETURN_CASE_FLOW
Methods in com.sun.faces.flow that return FlowModifier and TypeMethodDescriptionFlowHandlerImpl.getCurrentFlow
(FacesContext context) FlowHandlerImpl.getFlow
(FacesContext context, String definingDocumentId, String id) Methods in com.sun.faces.flow that return types with arguments of type FlowMethods in com.sun.faces.flow with parameters of type FlowModifier and TypeMethodDescriptionvoid
FlowHandlerImpl.addFlow
(FacesContext context, Flow toAdd) void
FlowCDIEventFireHelper.fireDestroyedEvent
(Flow currentFlow) void
FlowCDIEventFireHelperImpl.fireDestroyedEvent
(Flow currentFlow) void
FlowCDIEventFireHelper.fireInitializedEvent
(Flow currentFlow) void
FlowCDIEventFireHelperImpl.fireInitializedEvent
(Flow currentFlow) FlowImpl.getFlowCall
(Flow targetFlow) void
FlowHandlerImpl.transition
(FacesContext context, Flow sourceFlow, Flow targetFlow, FlowCallNode outboundCallNode, String toViewId) -
Uses of Flow in com.sun.faces.flow.builder
Methods in com.sun.faces.flow.builder that return Flow -
Uses of Flow in jakarta.faces.application
Methods in jakarta.faces.application with parameters of type FlowModifier and TypeMethodDescriptionvoid
ConfigurableNavigationHandler.inspectFlow
(FacesContext context, Flow flow) Called by the flow system to cause the flow to be inspected for navigation rules.void
ConfigurableNavigationHandlerWrapper.inspectFlow
(FacesContext context, Flow flow) -
Uses of Flow in jakarta.faces.flow
Methods in jakarta.faces.flow that return FlowModifier and TypeMethodDescriptionFlowHandler.getCurrentFlow()
Convenience overload that callsFacesContext.getCurrentInstance()
and then calls through toFlowHandler.getCurrentFlow(jakarta.faces.context.FacesContext)
.abstract Flow
FlowHandler.getCurrentFlow
(FacesContext context) abstract Flow
FlowHandler.getFlow
(FacesContext context, String definingDocumentId, String id) Return theFlow
whoseid
is equivalent to the argumentid
, within the scope of the argumentdefiningDocument
.Methods in jakarta.faces.flow with parameters of type FlowModifier and TypeMethodDescriptionabstract void
FlowHandler.addFlow
(FacesContext context, Flow toAdd) Add the argumentFlow
to the collection ofFlow
s known to the current application.abstract FlowCallNode
Flow.getFlowCall
(Flow targetFlow) Return theFlowCallNode
that represents calling thetargetFlow
from this flow, ornull
iftargetFlow
cannot be reached from this flow.abstract void
FlowHandler.transition
(FacesContext context, Flow sourceFlow, Flow targetFlow, FlowCallNode outboundCallNode, String toViewId) Perform a transition in the flow graph for the current user'sClientWindow
. -
Uses of Flow in jakarta.faces.flow.builder
Methods in jakarta.faces.flow.builder that return Flow