com.opensymphony.webwork.sitegraph.model
Class ActionNode

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

public class ActionNode
extends SiteGraphNode

User: plightbo Date: Jun 26, 2005 Time: 4:49:49 PM


Constructor Summary
ActionNode(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

ActionNode

public ActionNode(String name)
Method Detail

getColor

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

WebWork Project Page