Uses of Interface
jakarta.faces.flow.builder.NodeBuilder
-
Packages that use NodeBuilder Package Description jakarta.faces.flow.builder -
-
Uses of NodeBuilder in jakarta.faces.flow.builder
Classes in jakarta.faces.flow.builder that implement NodeBuilder Modifier and Type Class Description class
FlowCallBuilder
Create a flow call node in the currentFlow
.class
MethodCallBuilder
Create a method call node in the currentFlow
.class
ReturnBuilder
Create a return node in the currentFlow
.class
SwitchBuilder
Create a switch node in the currentFlow
.class
ViewBuilder
Create a view node in the currentFlow
.Methods in jakarta.faces.flow.builder that return NodeBuilder Modifier and Type Method Description NodeBuilder
NodeBuilder. markAsStartNode()
Mark this node as the start node in the flow.
-