java.lang.Object
jakarta.faces.flow.builder.ViewBuilder
com.sun.faces.flow.builder.ViewBuilderImpl
-
Constructor Summary
ConstructorDescriptionViewBuilderImpl
(FlowBuilderImpl root, String viewNodeId, String vdlDocumentId) -
Method Summary
Modifier and TypeMethodDescriptionMark this node as the start node in the flow.
-
Constructor Details
-
ViewBuilderImpl
-
-
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
- Specified by:
markAsStartNode
in classViewBuilder
- Returns:
- the builder instance
-