Uses of Class
jakarta.faces.flow.FlowNode
-
Packages that use FlowNode Package Description jakarta.faces.flow -
-
Uses of FlowNode in jakarta.faces.flow
Subclasses of FlowNode in jakarta.faces.flow Modifier and Type Class Description class
FlowCallNode
A flow call node.class
MethodCallNode
Represents a method call node in the flow graph.class
ReturnNode
Represents a return node in the flow graph.class
SwitchNode
Represents a switch node in the flow graph.class
ViewNode
ViewNode 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 FlowNode
Flow. getNode(String nodeId)
Return the genericFlowNode
by id, ornull
if not found.
-