Uses of Class
com.atlassian.confluence.json.parser.JSONArray

Packages that use JSONArray
com.atlassian.confluence.it.web   
com.atlassian.confluence.json.parser   
 

Uses of JSONArray in com.atlassian.confluence.it.web
 

Methods in com.atlassian.confluence.it.web that return JSONArray
static JSONArray JsonAssertions.arr(Object... args)
          Constructs a JSON array from the provided arguments.
 

Methods in com.atlassian.confluence.it.web with parameters of type JSONArray
static void JsonAssertions.assertJsonEquals(String message, JSONArray expected, JSONArray actual)
           
 

Uses of JSONArray in com.atlassian.confluence.json.parser
 

Methods in com.atlassian.confluence.json.parser that return JSONArray
 JSONArray JSONArray.getJSONArray(int index)
          Deprecated. Get the JSONArray associated with an index.
 JSONArray JSONObject.getJSONArray(String key)
          Get the JSONArray value associated with a key.
 JSONArray JSONObject.names()
          Produce a JSONArray containing the names of the elements of this JSONObject.
 JSONArray JSONArray.optJSONArray(int index)
          Deprecated. Get the optional JSONArray associated with an index.
 JSONArray JSONObject.optJSONArray(String key)
          Get an optional JSONArray associated with a key.
 JSONArray JSONArray.put(boolean value)
          Deprecated. Append a boolean value.
 JSONArray JSONArray.put(Collection value)
          Deprecated. Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
 JSONArray JSONArray.put(double value)
          Deprecated. Append a double value.
 JSONArray JSONArray.put(int value)
          Deprecated. Append an int value.
 JSONArray JSONArray.put(int index, boolean value)
          Deprecated. Put or replace a boolean value in the JSONArray.
 JSONArray JSONArray.put(int index, Collection value)
          Deprecated. Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
 JSONArray JSONArray.put(int index, double value)
          Deprecated. Put or replace a double value.
 JSONArray JSONArray.put(int index, int value)
          Deprecated. Put or replace an int value.
 JSONArray JSONArray.put(int index, long value)
          Deprecated. Put or replace a long value.
 JSONArray JSONArray.put(int index, Map value)
          Deprecated. Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
 JSONArray JSONArray.put(int index, Object value)
          Deprecated. Put or replace an object value in the JSONArray.
 JSONArray JSONArray.put(long value)
          Deprecated. Append an long value.
 JSONArray JSONArray.put(Map value)
          Deprecated. Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
 JSONArray JSONArray.put(Object value)
          Deprecated. Append an object value.
 JSONArray JSONObject.toJSONArray(JSONArray names)
          Produce a JSONArray containing the values of the members of this JSONObject.
 

Methods in com.atlassian.confluence.json.parser with parameters of type JSONArray
 JSONArray JSONObject.toJSONArray(JSONArray names)
          Produce a JSONArray containing the values of the members of this JSONObject.
 JSONObject JSONArray.toJSONObject(JSONArray names)
          Deprecated. Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.