javax.faces.flow.builder
Class ViewBuilder

java.lang.Object
  extended by javax.faces.flow.builder.ViewBuilder
All Implemented Interfaces:
NodeBuilder

public abstract class ViewBuilder
extends Object
implements NodeBuilder

Create a view node in the current Flow.

Since:
2.2

Constructor Summary
ViewBuilder()
           
 
Method Summary
abstract  ViewBuilder markAsStartNode()
          

Mark this node as the start node in the flow.

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewBuilder

public ViewBuilder()
Method Detail

markAsStartNode

public abstract 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


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