|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONPathQuery | |
|---|---|
| us.monoid.web | Welcome to Resty! This is the main package of Resty. |
| Uses of JSONPathQuery in us.monoid.web |
|---|
| Methods in us.monoid.web that return JSONPathQuery | |
|---|---|
static JSONPathQuery |
Resty.path(String string)
Create a JSONPathQuery to extract data from a JSON object. |
| Methods in us.monoid.web with parameters of type JSONPathQuery | |
|---|---|
Object |
JSONResource.get(JSONPathQuery aQuery)
Gets the partial JSON object or attribute as specified in the path expression. |
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 |
TextResource |
JSONResource.text(JSONPathQuery path)
Execute the given path query on the json and use the returned string as an URI expecting text/* |
XMLResource |
JSONResource.xml(JSONPathQuery path)
Execute the given path query on the json and GET the returned URI expecting text/* |
XMLResource |
JSONResource.xml(JSONPathQuery path,
Content content)
Execute the given path query on the json and POST to the returned URI expecting text/* |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||