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