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 classFlowCallBuilderImplclassMethodCallBuilderImplclassReturnBuilderImplclassSwitchBuilderImplclassViewBuilderImpl -
Uses of NodeBuilder in jakarta.faces.flow.builder
Classes in jakarta.faces.flow.builder that implement NodeBuilder Modifier and Type Class Description classFlowCallBuilderCreate a flow call node in the currentFlow.classMethodCallBuilderCreate a method call node in the currentFlow.classReturnBuilderCreate a return node in the currentFlow.classSwitchBuilderCreate a switch node in the currentFlow.classViewBuilderCreate a view node in the currentFlow.Methods in jakarta.faces.flow.builder that return NodeBuilder Modifier and Type Method Description NodeBuilderNodeBuilder. markAsStartNode()Mark this node as the start node in the flow.