org.apache.struts2.sitegraph.model
Class SiteGraphNode
java.lang.Object
org.apache.struts2.sitegraph.model.SiteGraphNode
- All Implemented Interfaces:
- Comparable, Render
- Direct Known Subclasses:
- ActionNode, ViewNode
public abstract class SiteGraphNode
- extends Object
- implements Render, Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteGraphNode
public SiteGraphNode(String name)
getParent
public SubGraph getParent()
setParent
public void setParent(SubGraph parent)
render
public void render(IndentWriter writer)
throws IOException
- Specified by:
render
in interface Render
- Throws:
IOException
getFullName
public String getFullName()
getColor
public abstract String getColor()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.