com.opensymphony.webwork.sitegraph.model
Class ViewNode

java.lang.Object
  extended by com.opensymphony.webwork.sitegraph.model.SiteGraphNode
      extended by com.opensymphony.webwork.sitegraph.model.ViewNode
All Implemented Interfaces:
Render, Comparable

public class ViewNode
extends SiteGraphNode

User: plightbo Date: Jun 26, 2005 Time: 4:52:39 PM


Constructor Summary
ViewNode(String name)
           
 
Method Summary
 String getColor()
           
 
Methods inherited from class com.opensymphony.webwork.sitegraph.model.SiteGraphNode
compareTo, getFullName, getParent, render, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewNode

public ViewNode(String name)
Method Detail

getColor

public String getColor()
Specified by:
getColor in class SiteGraphNode

WebWork Project Page