java.lang.Object
jakarta.faces.flow.builder.ViewBuilder
- All Implemented Interfaces:
 NodeBuilder
- Direct Known Subclasses:
 ViewBuilderImpl
 Create a view node in the current Flow.
 
- Since:
 - 2.2
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract ViewBuilderMark this node as the start node in the flow. 
- 
Constructor Details
- 
ViewBuilder
public ViewBuilder() 
 - 
 - 
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- Returns:
 - the builder instance
 
 
 -