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.FlowNode
public String getVdlDocumentId()
javax.faces.flow.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.
getVdlDocumentId
in class javax.faces.flow.ViewNode
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.