Class ViewBuilderImpl

java.lang.Object
jakarta.faces.flow.builder.ViewBuilder
com.sun.faces.flow.builder.ViewBuilderImpl
All Implemented Interfaces:
NodeBuilder

public class ViewBuilderImpl extends ViewBuilder
  • Constructor Details

  • Method Details

    • markAsStartNode

      public ViewBuilder markAsStartNode()
      Description copied from interface: 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.

      Specified by:
      markAsStartNode in interface NodeBuilder
      Specified by:
      markAsStartNode in class ViewBuilder
      Returns:
      the builder instance