org.apache.wicket.ajax.json
Class CDL

java.lang.Object
  extended by org.apache.wicket.ajax.json.CDL

Deprecated. since 6.27.0/7.7.0 for legal reasons.

@Deprecated
public class CDL
extends Object


Constructor Summary
CDL()
          Deprecated.  
 
Method Summary
static JSONArray rowToJSONArray(JSONTokener x)
          Deprecated.  
static JSONObject rowToJSONObject(JSONArray names, JSONTokener x)
          Deprecated.  
static String rowToString(JSONArray ja)
          Deprecated.  
static JSONArray toJSONArray(JSONArray names, JSONTokener x)
          Deprecated.  
static JSONArray toJSONArray(JSONArray names, String string)
          Deprecated.  
static JSONArray toJSONArray(JSONTokener x)
          Deprecated.  
static JSONArray toJSONArray(String string)
          Deprecated.  
static String toString(JSONArray ja)
          Deprecated.  
static String toString(JSONArray names, JSONArray ja)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDL

public CDL()
Deprecated. 
Method Detail

rowToJSONArray

public static JSONArray rowToJSONArray(JSONTokener x)
                                throws JSONException
Deprecated. 
Throws:
JSONException

rowToJSONObject

public static JSONObject rowToJSONObject(JSONArray names,
                                         JSONTokener x)
                                  throws JSONException
Deprecated. 
Throws:
JSONException

rowToString

public static String rowToString(JSONArray ja)
Deprecated. 

toJSONArray

public static JSONArray toJSONArray(String string)
                             throws JSONException
Deprecated. 
Throws:
JSONException

toJSONArray

public static JSONArray toJSONArray(JSONTokener x)
                             throws JSONException
Deprecated. 
Throws:
JSONException

toJSONArray

public static JSONArray toJSONArray(JSONArray names,
                                    String string)
                             throws JSONException
Deprecated. 
Throws:
JSONException

toJSONArray

public static JSONArray toJSONArray(JSONArray names,
                                    JSONTokener x)
                             throws JSONException
Deprecated. 
Throws:
JSONException

toString

public static String toString(JSONArray ja)
                       throws JSONException
Deprecated. 
Throws:
JSONException

toString

public static String toString(JSONArray names,
                              JSONArray ja)
                       throws JSONException
Deprecated. 
Throws:
JSONException


Copyright © 2006–2020 Apache Software Foundation. All rights reserved.