public class ViewNodeImpl extends javax.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 javax.faces.flow.FlowNodepublic String getVdlDocumentId()
javax.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 javax.faces.flow.ViewNodeCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.