public class ViewNodeImpl extends jakarta.faces.flow.ViewNode implements Serializable
| Constructor and Description |
|---|
ViewNodeImpl(String id,
String vdlDocumentIdIn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getVdlDocumentId()
Return the immutable VDL document id for this view node. |
public String getId()
getId in class jakarta.faces.flow.FlowNodepublic String getVdlDocumentId()
jakarta.faces.flow.ViewNodeReturn 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.
getVdlDocumentId in class jakarta.faces.flow.ViewNodeCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.