Package jakarta.faces.flow.builder
Class ViewBuilder
java.lang.Object
jakarta.faces.flow.builder.ViewBuilder
- All Implemented Interfaces:
NodeBuilder
Create a view node in the current Flow
.
- Since:
- 2.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ViewBuilder
Mark this node as the start node in the flow.
-
Constructor Details
-
ViewBuilder
public ViewBuilder()
-
-
Method Details
-
markAsStartNode
Description copied from interface:NodeBuilder
Mark this node as the start node in the flow. Any other node that had been marked as the start node will no longer be the start node.
- Specified by:
markAsStartNode
in interfaceNodeBuilder
- Returns:
- the builder instance
-