org.apache.myfaces.flow.builder
Class ViewBuilderImpl

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

public class ViewBuilderImpl
extends ViewBuilder

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
ViewBuilderImpl(FlowImpl facesFlow, String viewNodeId, String vdlDocumentId)
           
 
Method Summary
 ViewBuilder markAsStartNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewBuilderImpl

public ViewBuilderImpl(FlowImpl facesFlow,
                       String viewNodeId,
                       String vdlDocumentId)
Method Detail

markAsStartNode

public ViewBuilder markAsStartNode()
Specified by:
markAsStartNode in interface NodeBuilder
Overrides:
markAsStartNode in class ViewBuilder


Copyright © 2015 The Apache Software Foundation. All rights reserved.