|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLResource | |
---|---|
us.monoid.web | Welcome to Resty! This is the main package of Resty. |
Uses of XMLResource in us.monoid.web |
---|
Methods in us.monoid.web that return XMLResource | |
---|---|
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/* |
XMLResource |
Resty.xml(String string)
GET a URI given by string and parse the result as XML. |
XMLResource |
Resty.xml(String anUri,
AbstractContent content)
|
XMLResource |
Resty.xml(URI anUri)
GET a URI and parse the result as XML. |
XMLResource |
Resty.xml(URI anUri,
AbstractContent requestContent)
POST to a URI and parse the result as XML |
XMLResource |
XMLResource.xml(XPathQuery path)
Execute the given path query on the XML, GET the returned URI expecting xml/* as content |
XMLResource |
XMLResource.xml(XPathQuery path,
Content aContent)
Execute the given path query on the XML, POST the returned URI expecting XML |
Methods in us.monoid.web with parameters of type XMLResource | ||
---|---|---|
|
XPathQuery.eval(XMLResource resource,
Class<T> aReturnType)
Evaluate the XPath on an XMLResource and convert the result into aReturnType. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |