org.apache.struts2.sitegraph.model
Class Graph
java.lang.Object
org.apache.struts2.sitegraph.model.SubGraph
org.apache.struts2.sitegraph.model.Graph
- All Implemented Interfaces:
- Render
public class Graph
- extends SubGraph
Constructor Summary |
Graph()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodeMap
public static Map<String,SiteGraphNode> nodeMap
Graph
public Graph()
addLink
public void addLink(Link link)
render
public void render(IndentWriter writer)
throws IOException
- Specified by:
render
in interface Render
- Overrides:
render
in class SubGraph
- Throws:
IOException
findNode
public SiteGraphNode findNode(String location,
SiteGraphNode ref)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.