Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
T
TIME_ATTRIBUTE
- Static variable in interface org.sr.common.transformer.json.
IJSTransformer
TIMEZONE_ATTRIBUTE
- Static variable in interface org.sr.common.transformer.json.
IJSTransformer
toGetString()
- Method in class org.sr.client.
HttpForm
Gives all form fields as get query string
toJava(E)
- Method in interface org.sr.common.transformer.
ITransformer
Transforms from target type to Java
toJava(Class<?>, E)
- Method in interface org.sr.common.transformer.
ITransformer
Transforms from target type to Java
toJava(Object)
- Method in class org.sr.common.transformer.json.
AbstractJSTransformer
toJava(Class<?>, Object)
- Method in class org.sr.common.transformer.json.
AbstractJSTransformer
toJava(Object)
- Method in class org.sr.common.transformer.json.
JSTransformer
toJava(Class<?>, Object)
- Method in class org.sr.common.transformer.json.
JSTransformer
toJSON()
- Method in class org.sr.common.json.
JSONRequest
Converts message to JSONObject.
toJSON()
- Method in class org.sr.common.json.
JSONResponse
toJSONArray(String)
- Static method in class org.json.
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 org.json.
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 org.json.
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 org.json.
CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(String)
- Static method in class org.json.
JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(XMLTokener)
- Static method in class org.json.
JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(JSONArray)
- Method in class org.json.
JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String)
- Static method in class org.json.
Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String)
- Static method in class org.json.
CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String)
- Static method in class org.json.
HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray)
- Method in class org.json.
JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(XMLTokener)
- Static method in class org.json.
JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String)
- Static method in class org.json.
JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String)
- Static method in class org.json.
XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString()
- Method in interface org.json.
JSONString
The
toJSONString
method allows a class to produce its own JSON serialization.
toPostString()
- Method in class org.sr.client.
HttpForm
Gives all form fields as post query string
toString(JSONArray)
- Static method in class org.json.
CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray)
- Static method in class org.json.
CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject)
- Static method in class org.json.
Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject)
- Static method in class org.json.
CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject)
- Static method in class org.json.
HTTP
Convert a JSONObject into an HTTP header.
toString()
- Method in class org.json.
JSONArray
Make a JSON text of this JSONArray.
toString(int)
- Method in class org.json.
JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(JSONArray)
- Static method in class org.json.
JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONObject)
- Static method in class org.json.
JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
toString()
- Method in class org.json.
JSONObject
Make a JSON text of this JSONObject.
toString(int)
- Method in class org.json.
JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString()
- Method in class org.json.
JSONStringer
Return the JSON text.
toString()
- Method in class org.json.
JSONTokener
Make a printable string of this JSONTokener.
toString(Object)
- Static method in class org.json.
XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String)
- Static method in class org.json.
XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString()
- Method in class org.sr.common.json.
JSONRequest
Converts message to java script.
toString()
- Method in class org.sr.common.json.
JSONResponse
toTargetType(Object, ObjectReferenceMap)
- Method in interface org.sr.common.transformer.
ITransformer
Converts java object to targetted type
toTargetType(Object)
- Method in interface org.sr.common.transformer.
ITransformer
Converts java object to targetted type
toTargetType(Object)
- Method in class org.sr.common.transformer.json.
AbstractJSTransformer
toTargetType(Object, ObjectReferenceMap)
- Method in class org.sr.common.transformer.json.
AbstractJSTransformer
toTargetType(Object)
- Method in class org.sr.common.transformer.json.
JSTransformer
toTargetType(Object, ObjectReferenceMap)
- Method in class org.sr.common.transformer.json.
JSTransformer
TransformationException
- Exception in
org.sr.common.transformer
Thrown if any exception happens during transformation process
TransformationException()
- Constructor for exception org.sr.common.transformer.
TransformationException
TransformationException(String)
- Constructor for exception org.sr.common.transformer.
TransformationException
TransformationException(Throwable)
- Constructor for exception org.sr.common.transformer.
TransformationException
TransformationException(String, Throwable)
- Constructor for exception org.sr.common.transformer.
TransformationException
TransformationNotSupportedException
- Exception in
org.sr.common.transformer
Thrown if transformation of given object is not supported
TransformationNotSupportedException()
- Constructor for exception org.sr.common.transformer.
TransformationNotSupportedException
TransformationNotSupportedException(String)
- Constructor for exception org.sr.common.transformer.
TransformationNotSupportedException
TransformationNotSupportedException(Throwable)
- Constructor for exception org.sr.common.transformer.
TransformationNotSupportedException
TransformationNotSupportedException(String, Throwable)
- Constructor for exception org.sr.common.transformer.
TransformationNotSupportedException
TSAuthenticator
- Class in
org.sr.client
This class is a thread safe subclass of java.net.Authenticator class.
TSAuthenticator()
- Constructor for class org.sr.client.
TSAuthenticator
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X