Package com.sun.faces.flow
Class ViewNodeImpl
java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.ViewNode
com.sun.faces.flow.ViewNodeImpl
- All Implemented Interfaces:
Serializable
public class ViewNodeImpl extends ViewNode implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ViewNodeImpl(String id, String vdlDocumentIdIn)
-
Method Summary
Modifier and Type Method Description String
getId()
String
getVdlDocumentId()
Return the immutable VDL document id for this view node.
-
Constructor Details
-
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
-