Package javax.faces.flow
Class ViewNode
java.lang.Object
javax.faces.flow.FlowNode
javax.faces.flow.ViewNode
ViewNode is the class that represents a VDL view in a faces flow graph.
- Since:
- 2.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
Return the immutable VDL document id for this view node.
-
Constructor Details
-
ViewNode
public ViewNode()
-
-
Method Details
-
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
-