|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.microarray.zooma.service.impl.AjaxZoomaBean
public class AjaxZoomaBean
An ajaxified wrapper around an ZoomaService
.
This class simply delegates any calls to the ajaxified method generateZoomaResponse(javax.servlet.http.HttpSession,
net.sf.json.JSONObject)
to the underlying service, extracting the required
params from the submitted json parameter first.
Constructor Summary | |
---|---|
AjaxZoomaBean()
|
Method Summary | |
---|---|
net.sf.json.JSONObject |
generateZoomaResponse(javax.servlet.http.HttpSession session,
net.sf.json.JSONObject json)
Generates a JSON response to the supplied query parameter json. |
void |
setZoomaService(ZoomaService zoomaService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AjaxZoomaBean()
Method Detail |
---|
public void setZoomaService(ZoomaService zoomaService)
public net.sf.json.JSONObject generateZoomaResponse(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
{
"value": [***]
}
session
- the current http sessionjson
- the json query parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |