Uses of Class
org.mortbay.util.ajax.JSON

Packages that use JSON
org.mortbay.cometd   
org.mortbay.cometd.client   
org.mortbay.util.ajax   
 

Uses of JSON in org.mortbay.cometd
 

Methods in org.mortbay.cometd that return JSON
 JSON MessagePool.getBatchJSON()
           
 JSON MessagePool.getJSON()
           
 JSON MessagePool.getMsgJSON()
           
 

Methods in org.mortbay.cometd with parameters of type JSON
 void MessagePool.setBatchJSON(JSON batchJSON)
           
 void MessagePool.setJSON(JSON json)
           
 void MessagePool.setMsgJSON(JSON msgJSON)
           
 

Uses of JSON in org.mortbay.cometd.client
 

Fields in org.mortbay.cometd.client declared as JSON
protected  JSON BayeuxClient._jsonOut
           
 

Uses of JSON in org.mortbay.util.ajax
 

Methods in org.mortbay.util.ajax that return JSON
protected  JSON JSON.contextFor(java.lang.String field)
           
protected  JSON JSON.contextForArray()
           
static JSON JSON.getDefault()
           
 

Methods in org.mortbay.util.ajax with parameters of type JSON
static void JSON.setDefault(JSON json)
           
 

Constructors in org.mortbay.util.ajax with parameters of type JSON
JSONPojoConvertorFactory(JSON json)
           
JSONPojoConvertorFactory(JSON json, boolean fromJSON)
           
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.