Uses of Class
jakarta.faces.flow.Flow
| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.flow | |
| com.sun.faces.flow.builder | |
| jakarta.faces.application | |
| jakarta.faces.flow | |
| jakarta.faces.flow.builder |
-
Uses of Flow in com.sun.faces.application
Methods in com.sun.faces.application with parameters of type Flow Modifier and Type Method Description voidNavigationHandlerImpl. inspectFlow(FacesContext context, Flow flow) -
Uses of Flow in com.sun.faces.flow
Subclasses of Flow in com.sun.faces.flow Modifier and Type Class Description classFlowImplFields in com.sun.faces.flow declared as Flow Modifier and Type Field Description static FlowFlowImpl. ABANDONED_FLOWstatic FlowFlowImpl. SYNTHESIZED_RETURN_CASE_FLOWMethods in com.sun.faces.flow that return Flow Modifier and Type Method Description FlowFlowHandlerImpl. getCurrentFlow(FacesContext context)FlowFlowHandlerImpl. getFlow(FacesContext context, String definingDocumentId, String id)Methods in com.sun.faces.flow that return types with arguments of type Flow Modifier and Type Method Description List<jakarta.enterprise.inject.spi.Producer<Flow>>FlowDiscoveryCDIExtension. getFlowProducers()Methods in com.sun.faces.flow with parameters of type Flow Modifier and Type Method Description voidFlowHandlerImpl. addFlow(FacesContext context, Flow toAdd)voidFlowCDIEventFireHelper. fireDestroyedEvent(Flow currentFlow)voidFlowCDIEventFireHelperImpl. fireDestroyedEvent(Flow currentFlow)voidFlowCDIEventFireHelper. fireInitializedEvent(Flow currentFlow)voidFlowCDIEventFireHelperImpl. fireInitializedEvent(Flow currentFlow)FlowCallNodeFlowImpl. getFlowCall(Flow targetFlow)voidFlowHandlerImpl. 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 Modifier and Type Method Description FlowFlowBuilderImpl. getFlow() -
Uses of Flow in jakarta.faces.application
Methods in jakarta.faces.application with parameters of type Flow Modifier and Type Method Description voidConfigurableNavigationHandler. inspectFlow(FacesContext context, Flow flow)Called by the flow system to cause the flow to be inspected for navigation rules.voidConfigurableNavigationHandlerWrapper. inspectFlow(FacesContext context, Flow flow) -
Uses of Flow in jakarta.faces.flow
Methods in jakarta.faces.flow that return Flow Modifier and Type Method Description FlowFlowHandler. getCurrentFlow()Convenience overload that callsFacesContext.getCurrentInstance()and then calls through toFlowHandler.getCurrentFlow(jakarta.faces.context.FacesContext).abstract FlowFlowHandler. getCurrentFlow(FacesContext context)abstract FlowFlowHandler. getFlow(FacesContext context, String definingDocumentId, String id)Return theFlowwhoseidis equivalent to the argumentid, within the scope of the argumentdefiningDocument.Methods in jakarta.faces.flow with parameters of type Flow Modifier and Type Method Description abstract voidFlowHandler. addFlow(FacesContext context, Flow toAdd)Add the argumentFlowto the collection ofFlows known to the current application.abstract FlowCallNodeFlow. getFlowCall(Flow targetFlow)Return theFlowCallNodethat represents calling thetargetFlowfrom this flow, ornulliftargetFlowcannot be reached from this flow.abstract voidFlowHandler. 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 Modifier and Type Method Description abstract FlowFlowBuilder. getFlow()Called as the last step in flow definition, this method must perform any implementation specific initialization and return the builtFlow.