| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.controller.ajax | |
| edu.cornell.mannlib.vitro.webapp.controller.json | |
| edu.cornell.mannlib.vitro.webapp.utils | |
| org.json |
| Modifier and Type | Method and Description |
|---|---|
protected JSONArray |
AbstractAjaxResponder.JsonArrayParser.defaultValue() |
protected JSONArray |
AbstractAjaxResponder.JsonArrayParser.parseResults(String queryStr,
com.hp.hpl.jena.query.ResultSet results) |
| Modifier and Type | Method and Description |
|---|---|
protected JSONArray |
JsonProducer.individualsToJson(List<Individual> individuals)
Process a list of Individuals into a JSON array that holds the Names and URIs.
|
protected abstract JSONArray |
JsonArrayProducer.process()
Sub-classes implement this method.
|
protected JSONArray |
GetEntitiesByVClassContinuation.process() |
protected JSONArray |
GetEntitiesByVClass.process() |
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
JsonToFmModel.convertJSONArrayToList(JSONArray ja)
JSONArray is an ordered sequence of values -> convert to List (equivalent to Freemarker "sequence")
|
| Modifier and Type | Method and Description |
|---|---|
JSONArray |
JSONArray.getJSONArray(int index)
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)
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)
Append a boolean value.
|
JSONArray |
JSONArray.put(Collection value)
Put a value in the JSONArray, where the value will be a
JSONArray which is produced from a Collection.
|
JSONArray |
JSONArray.put(double value)
Append a double value.
|
JSONArray |
JSONArray.put(int value)
Append an int value.
|
JSONArray |
JSONArray.put(int index,
boolean value)
Put or replace a boolean value in the JSONArray.
|
JSONArray |
JSONArray.put(int index,
Collection value)
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)
Put or replace a double value.
|
JSONArray |
JSONArray.put(int index,
int value)
Put or replace an int value.
|
JSONArray |
JSONArray.put(int index,
long value)
Put or replace a long value.
|
JSONArray |
JSONArray.put(int index,
Map value)
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)
Put or replace an object value in the JSONArray.
|
JSONArray |
JSONArray.put(long value)
Append an long value.
|
JSONArray |
JSONArray.put(Map value)
Put a value in the JSONArray, where the value will be a
JSONObject which is produced from a Map.
|
JSONArray |
JSONArray.put(Object value)
Append an object value.
|
static JSONArray |
CDL.rowToJSONArray(JSONTokener x)
Produce a JSONArray of strings from a row of comma delimited values.
|
JSONArray |
JSONObject.toJSONArray(JSONArray names)
Produce a JSONArray containing the values of the members of this
JSONObject.
|
static JSONArray |
CDL.toJSONArray(JSONArray names,
JSONTokener x)
Produce a JSONArray of JSONObjects from a comma delimited text string
using a supplied JSONArray as the source of element names.
|
static JSONArray |
CDL.toJSONArray(JSONArray names,
String string)
Produce a JSONArray of JSONObjects from a comma delimited text string
using a supplied JSONArray as the source of element names.
|
static JSONArray |
CDL.toJSONArray(JSONTokener x)
Produce a JSONArray of JSONObjects from a comma delimited text string,
using the first row as a source of names.
|
static JSONArray |
CDL.toJSONArray(String string)
Produce a JSONArray of JSONObjects from a comma delimited text string,
using the first row as a source of names.
|
| Modifier and Type | Method and Description |
|---|---|
static JSONObject |
CDL.rowToJSONObject(JSONArray names,
JSONTokener x)
Produce a JSONObject from a row of comma delimited text, using a
parallel JSONArray of strings to provides the names of the elements.
|
static String |
CDL.rowToString(JSONArray ja)
Produce a comma delimited text row from a JSONArray.
|
JSONArray |
JSONObject.toJSONArray(JSONArray names)
Produce a JSONArray containing the values of the members of this
JSONObject.
|
static JSONArray |
CDL.toJSONArray(JSONArray names,
JSONTokener x)
Produce a JSONArray of JSONObjects from a comma delimited text string
using a supplied JSONArray as the source of element names.
|
static JSONArray |
CDL.toJSONArray(JSONArray names,
String string)
Produce a JSONArray of JSONObjects from a comma delimited text string
using a supplied JSONArray as the source of element names.
|
JSONObject |
JSONArray.toJSONObject(JSONArray names)
Produce a JSONObject by combining a JSONArray of names with the values
of this JSONArray.
|
static String |
CDL.toString(JSONArray ja)
Produce a comma delimited text from a JSONArray of JSONObjects.
|
static String |
CDL.toString(JSONArray names,
JSONArray ja)
Produce a comma delimited text from a JSONArray of JSONObjects using
a provided list of names.
|
Copyright © 2016. All rights reserved.