Uses of Class
javax.faces.flow.FlowCallNode
-
Packages that use FlowCallNode Package Description javax.faces.flow -
-
Uses of FlowCallNode in javax.faces.flow
Methods in javax.faces.flow that return FlowCallNode Modifier and Type Method Description abstract FlowCallNode
Flow. getFlowCall(Flow targetFlow)
Methods in javax.faces.flow that return types with arguments of type FlowCallNode Modifier and Type Method Description abstract Map<String,FlowCallNode>
Flow. getFlowCalls()
Methods in javax.faces.flow with parameters of type FlowCallNode Modifier and Type Method Description abstract void
FlowHandler. transition(FacesContext context, Flow sourceFlow, Flow targetFlow, FlowCallNode outboundCallNode, String toViewId)
-