public abstract class ViewNode extends FlowNode
ViewNode is the class that represents a VDL view in a faces flow graph.
Constructor and Description |
---|
ViewNode() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getVdlDocumentId()
Return the immutable VDL document id for this view node. |
public abstract String 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.
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.