Uses of Class
us.monoid.web.JSONResource

Packages that use JSONResource
us.monoid.web Welcome to Resty! This is the main package of Resty. 
 

Uses of JSONResource in us.monoid.web
 

Methods in us.monoid.web that return JSONResource
 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(String string)
          GET a URI given by string and parse the result as JSON.
 JSONResource Resty.json(String anUri, AbstractContent content)
           
 JSONResource Resty.json(URI anUri)
          GET a URI and parse the result as JSON.
 JSONResource Resty.json(URI anUri, AbstractContent requestContent)
          POST to a URI and parse the result as JSON
 JSONResource XMLResource.json(XPathQuery path)
          Execute the given path query on the XML, GET the returned URI expecting JSON as content
 JSONResource XMLResource.json(XPathQuery path, Content aContent)
          Execute the given path query on the XML, POST the returned URI expecting JSON
 



Copyright © 2013. All Rights Reserved.