Package | Description |
---|---|
ej.rest.web |
Modifier and Type | Method and Description |
---|---|
protected JSONResource |
Resty.createJSONResource() |
JSONResource |
JSONResource.json(JSONPathQuery path)
Execute the given path query on the json GET the returned URI expecting JSON
|
JSONResource |
JSONResource.json(JSONPathQuery path,
Content content)
Execute the given path query on the json and POST to the returned URI expecting JSON
|
JSONResource |
Resty.json(java.lang.String string)
GET a URI given by string and parse the result as JSON.
|
JSONResource |
Resty.json(java.lang.String anUri,
AbstractContent content) |
JSONResource |
Resty.json(java.net.URI anUri)
GET a URI and parse the result as JSON.
|
JSONResource |
Resty.json(java.net.URI anUri,
AbstractContent requestContent)
POST to a URI and parse the result as JSON
|