javax.faces.flow.builder
Interface NodeBuilder

All Known Implementing Classes:
FlowCallBuilder, MethodCallBuilder, ReturnBuilder, SwitchBuilder, ViewBuilder

public interface NodeBuilder

Base interface for building all kinds of flow nodes.

Since:
2.2

Method Summary
 NodeBuilder markAsStartNode()
          

Mark this node as the start node in the flow.

 

Method Detail

markAsStartNode

NodeBuilder markAsStartNode()

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.

Since:
2.2


Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms