org.apache.myfaces.flow
Class ViewNodeImpl

java.lang.Object
  extended by javax.faces.flow.FlowNode
      extended by javax.faces.flow.ViewNode
          extended by org.apache.myfaces.flow.ViewNodeImpl
All Implemented Interfaces:
Freezable

public class ViewNodeImpl
extends ViewNode
implements Freezable

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
ViewNodeImpl(String id, String vdlDocumentId)
           
 
Method Summary
 void freeze()
          Call this method when the object will be made available to the runtime
 String getId()
           
 String getVdlDocumentId()
           
 void setId(String id)
           
 void setVdlDocumentId(String vdlDocumentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewNodeImpl

public ViewNodeImpl(String id,
                    String vdlDocumentId)
Method Detail

getVdlDocumentId

public String getVdlDocumentId()
Specified by:
getVdlDocumentId in class ViewNode

getId

public String getId()
Specified by:
getId in class FlowNode

freeze

public void freeze()
Description copied from interface: Freezable
Call this method when the object will be made available to the runtime

Specified by:
freeze in interface Freezable

setVdlDocumentId

public void setVdlDocumentId(String vdlDocumentId)

setId

public void setId(String id)


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