com.sun.grizzly.cometd.util
Class JSONParser.Literal

java.lang.Object
  extended by com.sun.grizzly.cometd.util.JSONParser.Literal
All Implemented Interfaces:
JSONParser.Generator
Enclosing class:
JSONParser

public static class JSONParser.Literal
extends Object
implements JSONParser.Generator

A Literal JSON generator A utility instance of JSON.Generator that holds a pre-generated string on JSON text.


Constructor Summary
JSONParser.Literal(String json)
          Construct a literal JSON instance for use by JSON#toString(Object).
 
Method Summary
 void addJSON(StringBuffer buffer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONParser.Literal

public JSONParser.Literal(String json)
Construct a literal JSON instance for use by JSON#toString(Object).

Parameters:
json - A literal JSON string that will be parsed to check validity.
Method Detail

toString

public String toString()
Overrides:
toString in class Object

addJSON

public void addJSON(StringBuffer buffer)
Specified by:
addJSON in interface JSONParser.Generator


Copyright © 2009 SUN Microsystems. All Rights Reserved.