Uses of Interface
org.mortbay.util.ajax.JSON.Generator

Packages that use JSON.Generator
org.mortbay.cometd   
org.mortbay.cometd.filter   
org.mortbay.util.ajax   
 

Uses of JSON.Generator in org.mortbay.cometd
 

Classes in org.mortbay.cometd that implement JSON.Generator
 class Message
          A Bayeux Message A Map of String to Object that has been optimized for conversion to JSON messages.
 

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

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

Uses of JSON.Generator in org.mortbay.util.ajax
 

Classes in org.mortbay.util.ajax that implement JSON.Generator
static class JSON.Literal
          A Literal JSON generator A utility instance of JSON.Generator that holds a pre-generated string on JSON text.
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.