Uses of Interface
jakarta.faces.flow.builder.NodeBuilder
Package | Description |
---|---|
com.sun.faces.flow.builder | |
jakarta.faces.flow.builder |
-
Uses of NodeBuilder in com.sun.faces.flow.builder
Classes in com.sun.faces.flow.builder that implement NodeBuilder Modifier and Type Class Description class
FlowCallBuilderImpl
class
MethodCallBuilderImpl
class
ReturnBuilderImpl
class
SwitchBuilderImpl
class
ViewBuilderImpl
-
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.