Uses of Class
jakarta.faces.flow.FlowNode
- 
Packages that use FlowNode Package Description jakarta.faces.flow 
- 
- 
Uses of FlowNode in jakarta.faces.flowSubclasses of FlowNode in jakarta.faces.flow Modifier and Type Class Description classFlowCallNodeA flow call node.classMethodCallNodeRepresents a method call node in the flow graph.classReturnNodeRepresents a return node in the flow graph.classSwitchNodeRepresents a switch node in the flow graph.classViewNodeViewNode is the class that represents a VDL view in a faces flow graph.Methods in jakarta.faces.flow that return FlowNode Modifier and Type Method Description abstract FlowNodeFlow. getNode(String nodeId)Return the genericFlowNodeby id, ornullif not found.
 
-