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.NodeBuilder
Mark 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.NodeBuilder
markAsStartNode
in class javax.faces.flow.builder.ViewBuilder
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.