- rawQuery - Variable in class ej.rest.web.FormContent
-
- readChar() - Method in interface ej.jsonpath.parser.CharStream
-
Returns the next character from the selected input.
- readChar() - Method in class ej.jsonpath.parser.SimpleCharStream
-
Read a character.
- readTextFromStream(InputStream) - Method in class ej.rest.web.TextResource
-
- ReInit(CharStream) - Method in class ej.jsonpath.parser.JSONPathCompiler
-
Reinitialise.
- ReInit(JSONPathCompilerTokenManager) - Method in class ej.jsonpath.parser.JSONPathCompiler
-
Reinitialise.
- ReInit(CharStream) - Method in class ej.jsonpath.parser.JSONPathCompilerTokenManager
-
Reinitialise parser.
- ReInit(CharStream, int) - Method in class ej.jsonpath.parser.JSONPathCompilerTokenManager
-
Reinitialise parser.
- ReInit(Reader, int, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Reinitialise.
- Replacement - Class in ej.rest.web
-
Used in PUT operations.
- Replacement(Content) - Constructor for class ej.rest.web.Replacement
-
- reset() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
-
- Resty - Class in ej.rest.web
-
Main class.
- Resty(Resty.Option...) - Constructor for class ej.rest.web.Resty
-
Create an instance of Resty with the following list of options.
- Resty.Option - Class in ej.rest.web
-
Base class for Resty options.
- Resty.Timeout - Class in ej.rest.web
-
Option to set a timeout.
- rootNode() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
-
- rowToJSONArray(JSONTokener) - Static method in class ej.rest.json.CDL
-
Produce a JSONArray of strings from a row of comma delimited values.
- rowToJSONObject(JSONArray, JSONTokener) - Static method in class ej.rest.json.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 ej.rest.json.CDL
-
Produce a comma delimited text row from a JSONArray.