java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.ViewNode
com.sun.faces.flow.ViewNodeImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Return the immutable VDL document id for this view node.
-
Constructor Details
-
ViewNodeImpl
-
-
Method Details
-
getId
-
getVdlDocumentId
Description copied from class:ViewNode
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.
- Specified by:
getVdlDocumentId
in classViewNode
- Returns:
- the VDL document id
-