|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.ajax.json.CDL
@Deprecated public class CDL
| 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 |
|---|
public CDL()
| Method Detail |
|---|
public static JSONArray rowToJSONArray(JSONTokener x)
throws JSONException
JSONException
public static JSONObject rowToJSONObject(JSONArray names,
JSONTokener x)
throws JSONException
JSONExceptionpublic static String rowToString(JSONArray ja)
public static JSONArray toJSONArray(String string)
throws JSONException
JSONException
public static JSONArray toJSONArray(JSONTokener x)
throws JSONException
JSONException
public static JSONArray toJSONArray(JSONArray names,
String string)
throws JSONException
JSONException
public static JSONArray toJSONArray(JSONArray names,
JSONTokener x)
throws JSONException
JSONException
public static String toString(JSONArray ja)
throws JSONException
JSONException
public static String toString(JSONArray names,
JSONArray ja)
throws JSONException
JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||