Package | Description |
---|---|
ej.rest.web |
Modifier and Type | Method and Description |
---|---|
protected TextResource |
Resty.createTextResource() |
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(java.lang.String anUri)
Get a plain text resource for the specified URI.
|
TextResource |
Resty.text(java.lang.String anUri,
AbstractContent content)
Get a plain text resource for the specified URI by POSTing to it.
|
TextResource |
Resty.text(java.net.URI anUri)
Get a plain text resource for the specified URI.
|
TextResource |
Resty.text(java.net.URI anUri,
AbstractContent content)
Get a plain text resource for the specified URI by POSTing to it.
|