Package com.sun.faces.flow.builder
Class ViewBuilderImpl
java.lang.Object
jakarta.faces.flow.builder.ViewBuilder
com.sun.faces.flow.builder.ViewBuilderImpl
- All Implemented Interfaces:
NodeBuilder
public class ViewBuilderImpl extends ViewBuilder
-
Constructor Summary
Constructors Constructor Description ViewBuilderImpl(FlowBuilderImpl root, String viewNodeId, String vdlDocumentId)
-
Method Summary
Modifier and Type Method Description ViewBuilder
markAsStartNode()
Mark this node as the start node in the flow.
-
Constructor Details
-
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
-