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 ViewBuildermarkAsStartNode()Mark this node as the start node in the flow.
-
Constructor Details
-
Method Details
-
markAsStartNode
Description copied from interface:NodeBuilderMark 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:
markAsStartNodein interfaceNodeBuilder- Specified by:
markAsStartNodein classViewBuilder- Returns:
- the builder instance
-