Package jakarta.faces.flow
Class ViewNode
- java.lang.Object
- 
- jakarta.faces.flow.FlowNode
- 
- jakarta.faces.flow.ViewNode
 
 
- 
 public abstract class ViewNode extends FlowNode ViewNode is the class that represents a VDL view in a faces flow graph. - Since:
- 2.2
 
- 
- 
Constructor SummaryConstructors Constructor Description ViewNode()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetVdlDocumentId()Return the immutable VDL document id for this view node.
 
- 
- 
- 
Method Detail- 
getVdlDocumentIdpublic abstract 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. - Returns:
- the VDL document id
- Since:
- 2.2
 
 
- 
 
-