|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.ajax.json.XML
@Deprecated public class XML
| Field Summary | |
|---|---|
static Character |
AMP
Deprecated. |
static Character |
APOS
Deprecated. |
static Character |
BANG
Deprecated. |
static Character |
EQ
Deprecated. |
static Character |
GT
Deprecated. |
static Character |
LT
Deprecated. |
static Character |
QUEST
Deprecated. |
static Character |
QUOT
Deprecated. |
static Character |
SLASH
Deprecated. |
| Constructor Summary | |
|---|---|
XML()
Deprecated. |
|
| Method Summary | |
|---|---|
static String |
escape(String string)
Deprecated. |
static void |
noSpace(String string)
Deprecated. |
static Object |
stringToValue(String string)
Deprecated. |
static JSONObject |
toJSONObject(String string)
Deprecated. |
static String |
toString(Object object)
Deprecated. |
static String |
toString(Object object,
String tagName)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Character AMP
public static final Character APOS
public static final Character BANG
public static final Character EQ
public static final Character GT
public static final Character LT
public static final Character QUEST
public static final Character QUOT
public static final Character SLASH
| Constructor Detail |
|---|
public XML()
| Method Detail |
|---|
public static String escape(String string)
public static void noSpace(String string)
throws JSONException
JSONExceptionpublic static Object stringToValue(String string)
public static JSONObject toJSONObject(String string)
throws JSONException
JSONException
public static String toString(Object object)
throws JSONException
JSONException
public static String toString(Object object,
String tagName)
throws JSONException
JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||