Uses of Class
javax.faces.flow.FlowCallNode

Packages that use FlowCallNode
javax.faces.flow   
 

Uses of FlowCallNode in javax.faces.flow
 

Methods in javax.faces.flow that return FlowCallNode
abstract  FlowCallNode Flow.getFlowCall(Flow targetFlow)
           
 

Methods in javax.faces.flow that return types with arguments of type FlowCallNode
abstract  Map<String,FlowCallNode> Flow.getFlowCalls()
           
 

Methods in javax.faces.flow with parameters of type FlowCallNode
abstract  void FlowHandler.transition(FacesContext context, Flow sourceFlow, Flow targetFlow, FlowCallNode outboundCallNode, String toViewId)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.