Package jakarta.faces.flow.builder
Class ViewBuilder
- java.lang.Object
- 
- jakarta.faces.flow.builder.ViewBuilder
 
- 
- All Implemented Interfaces:
- NodeBuilder
 
 public abstract class ViewBuilder extends Object implements NodeBuilder Create a view node in the current Flow.- Since:
- 2.2
 
- 
- 
Constructor SummaryConstructors Constructor Description ViewBuilder()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ViewBuildermarkAsStartNode()Mark this node as the start node in the flow.
 
- 
- 
- 
Method Detail- 
markAsStartNodepublic abstract ViewBuilder 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 interface- NodeBuilder
- Returns:
- the builder instance
 
 
- 
 
-