Class GraphData
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.zookeeper.graph.servlets.JsonServlet
-
- org.apache.zookeeper.graph.servlets.GraphData
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class GraphData extends JsonServlet
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.zookeeper.graph.servlets.JsonServlet
JsonServlet.JsonRequest
-
-
Method Summary
-
Methods inherited from class org.apache.zookeeper.graph.servlets.JsonServlet
doGet
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Constructor Detail
-
GraphData
public GraphData(LogSource src) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-