|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.flow.FlowNode
javax.faces.flow.ViewNode
public class ViewNode
ViewNode is the class that represents a VDL view in a faces flow graph.
Constructor Summary | |
---|---|
ViewNode()
|
Method Summary | |
---|---|
String |
getId()
Return the immutable id for this view node. |
String |
getVdlDocumentId()
Return the immutable VDL document id for this view node. |
void |
setId(String id)
This setter will likely be moved from the public API into the implementation. |
void |
setVdlDocumentId(String vdlDocumentId)
This setter will likely be moved from the public API into the implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewNode()
Method Detail |
---|
public String getId()
Return the immutable id for this view node. This must be unique within the flow.
public void setId(String id)
This setter will likely be moved from the public API into the implementation.
public 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.
public void setVdlDocumentId(String vdlDocumentId)
This setter will likely be moved from the public API into the implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |