|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RestfulResponse | |
|---|---|
| org.apache.isis.viewer.restfulobjects.applib | |
| org.apache.isis.viewer.restfulobjects.applib.links | |
| Uses of RestfulResponse in org.apache.isis.viewer.restfulobjects.applib |
|---|
| Methods in org.apache.isis.viewer.restfulobjects.applib that return RestfulResponse | ||
|---|---|---|
RestfulResponse<JsonRepresentation> |
RestfulRequest.execute()
|
|
|
RestfulRequest.executeT()
|
|
RestfulResponse<JsonRepresentation> |
RestfulClient.follow(LinkRepresentation link)
|
|
RestfulResponse<JsonRepresentation> |
RestfulClient.follow(LinkRepresentation link,
JsonRepresentation requestArgs)
|
|
|
RestfulClient.followT(LinkRepresentation link)
|
|
|
RestfulClient.followT(LinkRepresentation link,
JsonRepresentation requestArgs)
|
|
RestfulResponse<?> |
RepresentationWalker.getResponse()
The response returned from the previous walk. |
|
static RestfulResponse<JsonRepresentation> |
RestfulResponse.of(javax.ws.rs.core.Response response)
|
|
static
|
RestfulResponse.ofT(javax.ws.rs.core.Response response)
|
|
| Uses of RestfulResponse in org.apache.isis.viewer.restfulobjects.applib.links |
|---|
| Methods in org.apache.isis.viewer.restfulobjects.applib.links that return RestfulResponse | ||
|---|---|---|
|
LinkRepresentation.follow(org.jboss.resteasy.client.ClientExecutor executor)
|
|
|
LinkRepresentation.follow(org.jboss.resteasy.client.ClientExecutor executor,
JsonRepresentation requestArgs)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||