org.apache.tapestry.json
Class JSONLiteral

java.lang.Object
  extended by org.apache.tapestry.json.JSONLiteral

public class JSONLiteral
extends Object

Represents a JSON literal string, useful for scenerios where you want to store a key/value pair but don't want the value to be quoted.

Author:
jkuhnert

Constructor Summary
JSONLiteral(String value)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONLiteral

public JSONLiteral(String value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.