|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextResource | |
---|---|
us.monoid.web | Welcome to Resty! This is the main package of Resty. |
Uses of TextResource in us.monoid.web |
---|
Subclasses of TextResource in us.monoid.web | |
---|---|
class |
XMLResource
Resource presentation for an XML document. |
Methods in us.monoid.web that return TextResource | |
---|---|
TextResource |
JSONResource.text(JSONPathQuery path)
Execute the given path query on the json and use the returned string as an URI expecting text/* |
TextResource |
Resty.text(String anUri)
Get a plain text resource for the specified URI. |
TextResource |
Resty.text(String anUri,
AbstractContent content)
Get a plain text resource for the specified URI by POSTing to it. |
TextResource |
Resty.text(URI anUri)
Get a plain text resource for the specified URI. |
TextResource |
Resty.text(URI anUri,
AbstractContent content)
Get a plain text resource for the specified URI by POSTing to it. |
TextResource |
XMLResource.text(XPathQuery path)
Execute the given path query on the XML, GET the returned URI expecting text/* as content |
TextResource |
XMLResource.text(XPathQuery path,
Content aContent)
Execute the given path query on the XML, POST the returned URI expecting text/* |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |