javax.faces.flow
Class ViewNode

java.lang.Object
  extended by javax.faces.flow.FlowNode
      extended by javax.faces.flow.ViewNode
All Implemented Interfaces:
Serializable

public class ViewNode
extends FlowNode
implements Serializable

ViewNode is the class that represents a VDL view in a faces flow graph.

Since:
2.2
See Also:
Serialized Form

Constructor Summary
ViewNode()
           
 
Method Summary
 String getId()
          

Return the immutable id for this view node.

 String getVdlDocumentId()
          

Return the immutable VDL document id for this view node.

 void setId(String id)
          

This setter will likely be moved from the public API into the implementation.

 void setVdlDocumentId(String vdlDocumentId)
          

This setter will likely be moved from the public API into the implementation.

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

Constructor Detail

ViewNode

public ViewNode()
Method Detail

getId

public String getId()

Return the immutable id for this view node. This must be unique within the flow.

Since:
2.2

setId

public void setId(String id)

This setter will likely be moved from the public API into the implementation.

Since:
2.2

getVdlDocumentId

public String getVdlDocumentId()

Return the immutable VDL document id for this view node. This is normally the path to the VDL page that defines this view node. This must be unique within the flow.

Since:
2.2

setVdlDocumentId

public void setVdlDocumentId(String vdlDocumentId)

This setter will likely be moved from the public API into the implementation.

Since:
2.2


Copyright 2002-2010 Oracle America Inc, Inc. All Rights Reserved.