Uses of Class
jakarta.faces.flow.FlowNode
| Package | Description |
|---|---|
| com.sun.faces.flow | |
| jakarta.faces.flow |
-
Uses of FlowNode in com.sun.faces.flow
Subclasses of FlowNode in com.sun.faces.flow Modifier and Type Class Description classFlowCallNodeImplclassMethodCallNodeImplclassReturnNodeImplclassSwitchNodeImplclassViewNodeImplMethods in com.sun.faces.flow that return FlowNode Modifier and Type Method Description FlowNodeFlowImpl. getNode(String nodeId) -
Uses of FlowNode in jakarta.faces.flow
Subclasses of FlowNode in jakarta.faces.flow Modifier and Type Class Description classFlowCallNodeclassMethodCallNodeRepresents 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.