A B C D E G H I J K L M N O P Q R S T U V W X

A

accumulate(String, Object) - Method in class atg.taglib.json.util.JSONObject
Accumulate values under a key.
add(Object, String) - Method in class atg.taglib.json.JsonEntity
Add a named entity to a JSONObject or append an entity to a JSONArray depending on whether the wrapped object is an object or array.
add(Object) - Method in class atg.taglib.json.util.JSONArray
 
add(int, Object) - Method in class atg.taglib.json.util.JSONArray
 
addAll(Collection) - Method in class atg.taglib.json.util.JSONArray
 
addAll(int, Collection) - Method in class atg.taglib.json.util.JSONArray
 
AMP - Static variable in class atg.taglib.json.util.XML
The Character '&'.
APOS - Static variable in class atg.taglib.json.util.XML
The Character '''.
array() - Method in class atg.taglib.json.util.JSONWriter
Begin appending a new array.
atg.taglib.json - package atg.taglib.json
This package contains implementation classes for each JSON tag, along with supporting classes.
atg.taglib.json.util - package atg.taglib.json.util
This package contains a modified version of Douglas Crockford's JSON Java library as found at json.org

B

back() - Method in class atg.taglib.json.util.JSONTokener
Back up one character.
BANG - Static variable in class atg.taglib.json.util.XML
The Character '!'.

C

CDL - Class in atg.taglib.json.util
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
CDL() - Constructor for class atg.taglib.json.util.CDL
 
clear() - Method in class atg.taglib.json.util.JSONArray
 
clone() - Method in class atg.taglib.json.util.JSONArray
 
contains(Object) - Method in class atg.taglib.json.util.JSONArray
 
containsAll(Collection) - Method in class atg.taglib.json.util.JSONArray
 
Cookie - Class in atg.taglib.json.util
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class atg.taglib.json.util.Cookie
 
CookieList - Class in atg.taglib.json.util
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class atg.taglib.json.util.CookieList
 
createEntityStack() - Method in class atg.taglib.json.JsonBaseTag
Create a new entity stack and set it in pageContext
CRLF - Static variable in class atg.taglib.json.util.HTTP
Carriage return/line feed.

D

dehexchar(char) - Static method in class atg.taglib.json.util.JSONTokener
Get the hex value of a character (base16).
doTag() - Method in class atg.taglib.json.JsonArrayTag
Process the tag
doTag() - Method in class atg.taglib.json.JsonObjectTag
Process the tag
doTag() - Method in class atg.taglib.json.JsonPropertyTag
Process the tag

E

endArray() - Method in class atg.taglib.json.util.JSONWriter
End an array.
endObject() - Method in class atg.taglib.json.util.JSONWriter
End an object.
entity - Static variable in class atg.taglib.json.util.XMLTokener
The table of entity values.
entityStackExists() - Method in class atg.taglib.json.JsonBaseTag
Does an entity stack exist?
EQ - Static variable in class atg.taglib.json.util.XML
The Character '='.
equals(Object) - Method in class atg.taglib.json.util.JSONArray
Returns true if this JSONArray is equal to the one passed in.
equals(Object) - Method in class atg.taglib.json.util.JSONObject
Test equality of 2 JSON objects.
escape(String) - Static method in class atg.taglib.json.util.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class atg.taglib.json.util.XML
Replace special characters with XML escapes:

G

get(int) - Method in class atg.taglib.json.util.JSONArray
Get the object value associated with an index.
get(String) - Method in class atg.taglib.json.util.JSONObject
Get the value object associated with a key.
getBoolean(int) - Method in class atg.taglib.json.util.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class atg.taglib.json.util.JSONObject
Get the boolean value associated with a key.
getCause() - Method in exception atg.taglib.json.util.JSONException
 
getCurrentEntity() - Method in class atg.taglib.json.JsonBaseTag
Get the topmost JSONObject or JSONArray from the stack
getDefaultValue(String, Object) - Method in class atg.taglib.json.JsonBaseTag
Get the default value for a parameter.
getDouble(int) - Method in class atg.taglib.json.util.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class atg.taglib.json.util.JSONObject
Get the double value associated with a key.
getEntityStack() - Method in class atg.taglib.json.JsonBaseTag
Get the JSON object stack.
getEscapeXml() - Method in class atg.taglib.json.JsonBaseTag
Gets the value of the EscapeXml flag.
getEscapeXmlDefault() - Method in class atg.taglib.json.JsonBaseTag
Get the default value of the escapeXml property
getInt(int) - Method in class atg.taglib.json.util.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class atg.taglib.json.util.JSONObject
Get the int value associated with a key.
getItems() - Method in class atg.taglib.json.JsonArrayTag
Gets the Items
getJSONArray(int) - Method in class atg.taglib.json.util.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class atg.taglib.json.util.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class atg.taglib.json.util.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class atg.taglib.json.util.JSONObject
Get the JSONObject value associated with a key.
getLong(int) - Method in class atg.taglib.json.util.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class atg.taglib.json.util.JSONObject
Get the long value associated with a key.
getName() - Method in class atg.taglib.json.JsonBaseTag
Gets the Name
getPrettyPrintIndentFactor() - Method in class atg.taglib.json.JsonBaseTag
Get the number of spaces that should be used to indent the pretty-printed output, or 0 if no pretty-printing should be used
getString(String) - Static method in class atg.taglib.json.Messages
 
getString(int) - Method in class atg.taglib.json.util.JSONArray
Get the string associated with an index.
getString(String) - Method in class atg.taglib.json.util.JSONObject
Get the string associated with a key.
getTrim() - Method in class atg.taglib.json.JsonBaseTag
Gets the Trim
getValue() - Method in class atg.taglib.json.JsonPropertyTag
Gets the Value
getVar() - Method in class atg.taglib.json.JsonArrayTag
Gets the Var
getWrappedObject() - Method in class atg.taglib.json.JsonEntity
Get the underlying wrapped JSONObject or JSONArray object
GT - Static variable in class atg.taglib.json.util.XML
The Character '>'.

H

has(String) - Method in class atg.taglib.json.util.JSONObject
Determine if the JSONObject contains a specific key.
hashCode() - Method in class atg.taglib.json.util.JSONArray
Return a hashCode for the JSONArray.
hashCode() - Method in class atg.taglib.json.util.JSONObject
Return a hashCode for the JSONObject.
HTTP - Class in atg.taglib.json.util
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class atg.taglib.json.util.HTTP
 
HTTPTokener - Class in atg.taglib.json.util
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class atg.taglib.json.util.HTTPTokener
Construct an XMLTokener from a string.

I

indexOf(Object) - Method in class atg.taglib.json.util.JSONArray
 
isArray() - Method in class atg.taglib.json.JsonEntity
Is this entity wrapping a JSONArray?
isEmpty() - Method in class atg.taglib.json.util.JSONArray
 
isNull(int) - Method in class atg.taglib.json.util.JSONArray
Determine if the value is null.
isNull(String) - Method in class atg.taglib.json.util.JSONObject
Determine if the value associated with the key is null or if there is no value.
isObject() - Method in class atg.taglib.json.JsonEntity
Is this entity wrapping a JSONObject?
isRootTag() - Method in class atg.taglib.json.JsonBaseTag
Is this tag the root json: tag?
iterator() - Method in class atg.taglib.json.util.JSONArray
 

J

join(String) - Method in class atg.taglib.json.util.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in atg.taglib.json.util
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class atg.taglib.json.util.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class atg.taglib.json.util.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class atg.taglib.json.util.JSONArray
Construct a JSONArray from a source sJSON text.
JSONArray(Collection) - Constructor for class atg.taglib.json.util.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object[]) - Constructor for class atg.taglib.json.util.JSONArray
Construct a JSONArray from a Java Array
JsonArrayTag - Class in atg.taglib.json
Tag to represent a JSON array.
JsonArrayTag() - Constructor for class atg.taglib.json.JsonArrayTag
 
JsonBaseTag - Class in atg.taglib.json
Abstract base class for all JSON tags
JsonBaseTag() - Constructor for class atg.taglib.json.JsonBaseTag
 
JsonEntity - Class in atg.taglib.json
Wrapper object for JSON Entities.
JsonEntity(Object) - Constructor for class atg.taglib.json.JsonEntity
Create a new JsonEntity object
JSONException - Exception in atg.taglib.json.util
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception atg.taglib.json.util.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception atg.taglib.json.util.JSONException
 
JSONObject - Class in atg.taglib.json.util
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class atg.taglib.json.util.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class atg.taglib.json.util.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class atg.taglib.json.util.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class atg.taglib.json.util.JSONObject
Construct a JSONObject from a Map.
JSONObject(String) - Constructor for class atg.taglib.json.util.JSONObject
Construct a JSONObject from a string.
JsonObjectTag - Class in atg.taglib.json
Tag that will render a JSON object.
JsonObjectTag() - Constructor for class atg.taglib.json.JsonObjectTag
 
JsonPropertyTag - Class in atg.taglib.json
Tag to render a JSON property.
JsonPropertyTag() - Constructor for class atg.taglib.json.JsonPropertyTag
 
JSONStringer - Class in atg.taglib.json.util
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class atg.taglib.json.util.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in atg.taglib.json.util
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(String) - Constructor for class atg.taglib.json.util.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in atg.taglib.json.util
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class atg.taglib.json.util.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class atg.taglib.json.util.JSONWriter
Append a key.
keys() - Method in class atg.taglib.json.util.JSONObject
Get an enumeration of the keys of the JSONObject.

L

lastIndexOf(Object) - Method in class atg.taglib.json.util.JSONArray
 
length() - Method in class atg.taglib.json.util.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class atg.taglib.json.util.JSONObject
Get the number of keys stored in the JSONObject.
listIterator() - Method in class atg.taglib.json.util.JSONArray
 
listIterator(int) - Method in class atg.taglib.json.util.JSONArray
 
LT - Static variable in class atg.taglib.json.util.XML
The Character '<'.

M

main(String[]) - Static method in class atg.taglib.json.util.Test
Entry point.
mEscapeXmlOriginalValue - Variable in class atg.taglib.json.JsonBaseTag
 
mEscapeXmlValueSet - Variable in class atg.taglib.json.JsonBaseTag
 
Messages - Class in atg.taglib.json
i18n Messages Implementation (provided by Eclipse)
mItems - Variable in class atg.taglib.json.JsonArrayTag
 
mItemsCollection - Variable in class atg.taglib.json.JsonArrayTag
Raw items coerced to a Collection
mItemsPropertySet - Variable in class atg.taglib.json.JsonArrayTag
Flag to signify whether the items property was explicitly set
mName - Variable in class atg.taglib.json.JsonBaseTag
 
mNewStackCreated - Variable in class atg.taglib.json.JsonBaseTag
 
mode - Variable in class atg.taglib.json.util.JSONWriter
The current mode.
more() - Method in class atg.taglib.json.util.JSONTokener
Determine if the source string still contains characters that next() can consume.
mTrim - Variable in class atg.taglib.json.JsonBaseTag
 
mValue - Variable in class atg.taglib.json.JsonPropertyTag
 
mVar - Variable in class atg.taglib.json.JsonArrayTag
 

N

names() - Method in class atg.taglib.json.util.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class atg.taglib.json.util.JSONTokener
Get the next character in the source string.
next(char) - Method in class atg.taglib.json.util.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class atg.taglib.json.util.JSONTokener
Get the next n characters.
nextCDATA() - Method in class atg.taglib.json.util.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class atg.taglib.json.util.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextContent() - Method in class atg.taglib.json.util.XMLTokener
Get the next XML outer token, trimming whitespace.
nextEntity(char) - Method in class atg.taglib.json.util.XMLTokener
Return the next entity.
nextMeta() - Method in class atg.taglib.json.util.XMLTokener
Returns the next XML meta token.
nextString(char) - Method in class atg.taglib.json.util.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class atg.taglib.json.util.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class atg.taglib.json.util.JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, whichever comes first.
nextToken() - Method in class atg.taglib.json.util.HTTPTokener
Get the next token or string.
nextToken() - Method in class atg.taglib.json.util.XMLTokener
Get the next XML Token.
nextValue() - Method in class atg.taglib.json.util.JSONTokener
Get the next value.
NULL - Static variable in class atg.taglib.json.util.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class atg.taglib.json.util.JSONObject
Produce a string from a number.

O

object() - Method in class atg.taglib.json.util.JSONWriter
Begin appending a new object.
opt(int) - Method in class atg.taglib.json.util.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class atg.taglib.json.util.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class atg.taglib.json.util.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class atg.taglib.json.util.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class atg.taglib.json.util.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class atg.taglib.json.util.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class atg.taglib.json.util.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class atg.taglib.json.util.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class atg.taglib.json.util.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class atg.taglib.json.util.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class atg.taglib.json.util.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class atg.taglib.json.util.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class atg.taglib.json.util.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class atg.taglib.json.util.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class atg.taglib.json.util.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class atg.taglib.json.util.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class atg.taglib.json.util.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class atg.taglib.json.util.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class atg.taglib.json.util.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class atg.taglib.json.util.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class atg.taglib.json.util.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class atg.taglib.json.util.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class atg.taglib.json.util.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class atg.taglib.json.util.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class atg.taglib.json.util.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class atg.taglib.json.util.JSONObject
Get an optional string associated with a key.

P

PRETTY_PRINT_INDENT - Static variable in class atg.taglib.json.JsonBaseTag
 
processTagEnd(JsonEntity) - Method in class atg.taglib.json.JsonBaseTag
Process the end of a tag.
put(boolean) - Method in class atg.taglib.json.util.JSONArray
Append a boolean value.
put(double) - Method in class atg.taglib.json.util.JSONArray
Append a double value.
put(int) - Method in class atg.taglib.json.util.JSONArray
Append an int value.
put(long) - Method in class atg.taglib.json.util.JSONArray
Append an long value.
put(Object) - Method in class atg.taglib.json.util.JSONArray
Append an object value.
put(int, boolean) - Method in class atg.taglib.json.util.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, double) - Method in class atg.taglib.json.util.JSONArray
Put or replace a double value.
put(int, int) - Method in class atg.taglib.json.util.JSONArray
Put or replace an int value.
put(int, long) - Method in class atg.taglib.json.util.JSONArray
Put or replace a long value.
put(int, Object) - Method in class atg.taglib.json.util.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class atg.taglib.json.util.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class atg.taglib.json.util.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class atg.taglib.json.util.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class atg.taglib.json.util.JSONObject
Put a key/long pair in the JSONObject.
put(String, Object) - Method in class atg.taglib.json.util.JSONObject
Put a key/value pair in the JSONObject.
putOpt(String, Object) - Method in class atg.taglib.json.util.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

QUEST - Static variable in class atg.taglib.json.util.XML
The Character '?'.
QUOT - Static variable in class atg.taglib.json.util.XML
The Character '"'.
quote(String) - Static method in class atg.taglib.json.util.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

remove(Object) - Method in class atg.taglib.json.util.JSONArray
 
remove(int) - Method in class atg.taglib.json.util.JSONArray
 
remove(String) - Method in class atg.taglib.json.util.JSONObject
Remove a name and its value, if present.
removeAll(Collection) - Method in class atg.taglib.json.util.JSONArray
 
removeEntityStack() - Method in class atg.taglib.json.JsonBaseTag
Remove the entity stack object from page context
resetEscapeXmlValue() - Method in class atg.taglib.json.JsonBaseTag
Replace the escapeXml value with the original value if this tag modified it
retainAll(Collection) - Method in class atg.taglib.json.util.JSONArray
 
rowToJSONArray(JSONTokener) - Static method in class atg.taglib.json.util.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class atg.taglib.json.util.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class atg.taglib.json.util.CDL
Produce a comma delimited text row from a JSONArray.

S

set(int, Object) - Method in class atg.taglib.json.util.JSONArray
 
setEscapeXml(boolean) - Method in class atg.taglib.json.JsonBaseTag
Sets the EscapeXml flag.
setItems(Object) - Method in class atg.taglib.json.JsonArrayTag
Sets the Items
setName(String) - Method in class atg.taglib.json.JsonBaseTag
Sets the Name
setPrettyPrint(boolean) - Method in class atg.taglib.json.JsonBaseTag
Sets the PrettyPrint flag.
setTrim(boolean) - Method in class atg.taglib.json.JsonBaseTag
Sets the Trim
setValue(Object) - Method in class atg.taglib.json.JsonPropertyTag
Sets the Value
setVar(String) - Method in class atg.taglib.json.JsonArrayTag
Sets the Var
size() - Method in class atg.taglib.json.util.JSONArray
 
skipPast(String) - Method in class atg.taglib.json.util.JSONTokener
Skip characters until past the requested string.
skipTo(char) - Method in class atg.taglib.json.util.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class atg.taglib.json.util.XML
The Character '/'.
subList(int, int) - Method in class atg.taglib.json.util.JSONArray
 
syntaxError(String) - Method in class atg.taglib.json.util.JSONTokener
Make a JSONException to signal a syntax error.

T

Test - Class in atg.taglib.json.util
Test class.
Test() - Constructor for class atg.taglib.json.util.Test
 
toArray() - Method in class atg.taglib.json.util.JSONArray
 
toArray(Object[]) - Method in class atg.taglib.json.util.JSONArray
 
toHashMap() - Method in class atg.taglib.json.util.JSONObject
Get the underlying hash map used to store this JSON Object data
toJSONArray(String) - Static method in class atg.taglib.json.util.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - Static method in class atg.taglib.json.util.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - Static method in class atg.taglib.json.util.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class atg.taglib.json.util.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray) - Method in class atg.taglib.json.util.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String) - Static method in class atg.taglib.json.util.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class atg.taglib.json.util.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class atg.taglib.json.util.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray) - Method in class atg.taglib.json.util.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(String) - Static method in class atg.taglib.json.util.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toString() - Method in class atg.taglib.json.JsonEntity
Serialize the underlying wrapped entity to a JSON string
toString(int) - Method in class atg.taglib.json.JsonEntity
Serialize the underlying wrapped entity to a JSON string
toString(JSONArray) - Static method in class atg.taglib.json.util.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - Static method in class atg.taglib.json.util.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class atg.taglib.json.util.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class atg.taglib.json.util.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class atg.taglib.json.util.HTTP
Convert a JSONObject into an HTTP header.
toString() - Method in class atg.taglib.json.util.JSONArray
Make an JSON text of this JSONArray.
toString(int) - Method in class atg.taglib.json.util.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class atg.taglib.json.util.JSONObject
Make an JSON text of this JSONObject.
toString(int) - Method in class atg.taglib.json.util.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class atg.taglib.json.util.JSONStringer
Return the JSON text.
toString() - Method in class atg.taglib.json.util.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class atg.taglib.json.util.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class atg.taglib.json.util.XML
Convert a JSONObject into a well-formed, element-normal XML string.
trimAndEscapeValue(Object) - Method in class atg.taglib.json.JsonBaseTag
Trim and EscapeXml chars in the value depending on whether the trim and escapeXml attributes have been set

U

unescape(String) - Static method in class atg.taglib.json.util.Cookie
Convert %hh sequences to single characters, and convert plus to space.

V

value(boolean) - Method in class atg.taglib.json.util.JSONWriter
Append either the value true or the value false.
value(double) - Method in class atg.taglib.json.util.JSONWriter
Append a double value.
value(long) - Method in class atg.taglib.json.util.JSONWriter
Append a long value.
value(Object) - Method in class atg.taglib.json.util.JSONWriter
Append an object value.

W

write(Writer) - Method in class atg.taglib.json.util.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class atg.taglib.json.util.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - Variable in class atg.taglib.json.util.JSONWriter
The writer that will receive the output.

X

XML - Class in atg.taglib.json.util
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class atg.taglib.json.util.XML
 
XMLTokener - Class in atg.taglib.json.util
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class atg.taglib.json.util.XMLTokener
Construct an XMLTokener from a string.

A B C D E G H I J K L M N O P Q R S T U V W X

Copyright © 2008 Art Technology Group, Inc. (ATG). All Rights Reserved.