net.sourceforge.fluxion.beans
Class RuncibleFlexGraphBean
java.lang.Object
net.sourceforge.fluxion.beans.RuncibleFlexGraphBean
public class RuncibleFlexGraphBean
- extends java.lang.Object
An Ajax service that can take a MappingManager
in an HttpSession and
use it to extract source and target graphs, and return a JSON object that
encapsulates an XML rendering of a view over the graph.
- Author:
- Tony Burdett, Rob Davey
Method Summary |
net.sf.json.JSONObject |
getSourceGraph(javax.servlet.http.HttpSession session,
net.sf.json.JSONObject json)
|
net.sf.json.JSONObject |
getTargetGraph(javax.servlet.http.HttpSession session,
net.sf.json.JSONObject json)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuncibleFlexGraphBean
public RuncibleFlexGraphBean()
getSourceGraph
public net.sf.json.JSONObject getSourceGraph(javax.servlet.http.HttpSession session,
net.sf.json.JSONObject json)
throws net.sf.json.JSONException
- Throws:
net.sf.json.JSONException
getTargetGraph
public net.sf.json.JSONObject getTargetGraph(javax.servlet.http.HttpSession session,
net.sf.json.JSONObject json)
throws net.sf.json.JSONException
- Throws:
net.sf.json.JSONException
Copyright © 2010. All Rights Reserved.