java.lang.Object
jakarta.faces.flow.builder.ViewBuilder
com.sun.faces.flow.builder.ViewBuilderImpl
- 
Constructor Summary
ConstructorsConstructorDescriptionViewBuilderImpl(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: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
 
 
 -