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

Packages that use JSON.Literal
org.mortbay.cometd   
org.mortbay.cometd.filter   
 

Uses of JSON.Literal in org.mortbay.cometd
 

Fields in org.mortbay.cometd declared as JSON.Literal
protected  JSON.Literal AbstractBayeux._advice
           
protected  JSON.Literal AbstractBayeux._multiFrameAdvice
           
protected  JSON.Literal AbstractBayeux._replyExt
           
protected  JSON.Literal AbstractBayeux._transports
           
 

Methods in org.mortbay.cometd that return JSON.Literal
 JSON.Literal ClientImpl.getAdvice()
          Get the advice specific for this Client
 JSON.Literal AbstractBayeux.getAdvice()
           
 

Methods in org.mortbay.cometd with parameters of type JSON.Literal
 void ClientImpl.setAdvice(JSON.Literal advice)
           
 void AbstractBayeux.setAdvice(JSON.Literal advice)
           
 

Uses of JSON.Literal in org.mortbay.cometd.filter
 

Methods in org.mortbay.cometd.filter with parameters of type JSON.Literal
protected  Object JSONDataFilter.filterJSON(org.cometd.Client from, org.cometd.Channel to, JSON.Literal json)
           
 



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