org.apache.wicket.ajax.json
Class XML

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

Deprecated. since 6.27.0/7.7.0 for legal reasons.

@Deprecated
public class XML
extends Object


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

AMP

public static final Character AMP
Deprecated. 

APOS

public static final Character APOS
Deprecated. 

BANG

public static final Character BANG
Deprecated. 

EQ

public static final Character EQ
Deprecated. 

GT

public static final Character GT
Deprecated. 

LT

public static final Character LT
Deprecated. 

QUEST

public static final Character QUEST
Deprecated. 

QUOT

public static final Character QUOT
Deprecated. 

SLASH

public static final Character SLASH
Deprecated. 
Constructor Detail

XML

public XML()
Deprecated. 
Method Detail

escape

public static String escape(String string)
Deprecated. 

noSpace

public static void noSpace(String string)
                    throws JSONException
Deprecated. 
Throws:
JSONException

stringToValue

public static Object stringToValue(String string)
Deprecated. 

toJSONObject

public static JSONObject toJSONObject(String string)
                               throws JSONException
Deprecated. 
Throws:
JSONException

toString

public static String toString(Object object)
                       throws JSONException
Deprecated. 
Throws:
JSONException

toString

public static String toString(Object object,
                              String tagName)
                       throws JSONException
Deprecated. 
Throws:
JSONException


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