org.apache.tapestry5.internal.json
Class StringToJSONObject

java.lang.Object
  extended by org.apache.tapestry5.internal.json.StringToJSONObject
All Implemented Interfaces:
Coercion<String,JSONObject>

public class StringToJSONObject
extends Object
implements Coercion<String,JSONObject>

Since:
5.3

Constructor Summary
StringToJSONObject()
           
 
Method Summary
 JSONObject coerce(String input)
          Converts an input value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringToJSONObject

public StringToJSONObject()
Method Detail

coerce

public JSONObject coerce(String input)
Description copied from interface: Coercion
Converts an input value.

Specified by:
coerce in interface Coercion<String,JSONObject>
Parameters:
input - the input value


Copyright © 2003-2012 The Apache Software Foundation.