org.apache.wicket.ajax.json
Class Cookie

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

Deprecated. since 6.27.0/7.7.0 for legal reasons.

@Deprecated
public class Cookie
extends Object


Constructor Summary
Cookie()
          Deprecated.  
 
Method Summary
static String escape(String string)
          Deprecated.  
static JSONObject toJSONObject(String string)
          Deprecated.  
static String toString(JSONObject jo)
          Deprecated.  
static String unescape(String string)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cookie

public Cookie()
Deprecated. 
Method Detail

escape

public static String escape(String string)
Deprecated. 

toJSONObject

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

toString

public static String toString(JSONObject jo)
                       throws JSONException
Deprecated. 
Throws:
JSONException

unescape

public static String unescape(String string)
Deprecated. 


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