Uses of Interface
jakarta.faces.flow.builder.NodeBuilder
-
Uses of NodeBuilder in jakarta.faces.flow.builder
Modifier and TypeClassDescriptionclass
Create a flow call node in the currentFlow
.class
Create a method call node in the currentFlow
.class
Create a return node in the currentFlow
.class
Create a switch node in the currentFlow
.class
Create a view node in the currentFlow
.Modifier and TypeMethodDescriptionNodeBuilder.markAsStartNode()
Mark this node as the start node in the flow.