net.sourceforge.fluxion.beans
Class RuncibleFlexGraphBean

java.lang.Object
  extended by 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

Constructor Summary
RuncibleFlexGraphBean()
           
 
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
 

Constructor Detail

RuncibleFlexGraphBean

public RuncibleFlexGraphBean()
Method Detail

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.