public class ViewBuilderImpl
extends jakarta.faces.flow.builder.ViewBuilder
| Constructor and Description |
|---|
ViewBuilderImpl(FlowBuilderImpl root,
String viewNodeId,
String vdlDocumentId) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.flow.builder.ViewBuilder |
markAsStartNode()
Mark this node as the start node in the flow. |
public ViewBuilderImpl(FlowBuilderImpl root, String viewNodeId, String vdlDocumentId)
public jakarta.faces.flow.builder.ViewBuilder markAsStartNode()
jakarta.faces.flow.builder.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.
markAsStartNode in interface jakarta.faces.flow.builder.NodeBuildermarkAsStartNode in class jakarta.faces.flow.builder.ViewBuilderCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.