| Package | Description |
|---|---|
| org.apache.isis.viewer.restfulobjects.applib | |
| org.apache.isis.viewer.restfulobjects.applib.client |
| Modifier and Type | Method and Description |
|---|---|
<T> RestfulResponse<JsonRepresentation> |
LinkRepresentation.follow(org.jboss.resteasy.client.ClientExecutor executor) |
<T extends JsonRepresentation> |
LinkRepresentation.follow(org.jboss.resteasy.client.ClientExecutor executor,
JsonRepresentation requestArgs) |
| Modifier and Type | Method and Description |
|---|---|
RestfulResponse<JsonRepresentation> |
RestfulRequest.execute() |
<T extends JsonRepresentation> |
RestfulRequest.executeT() |
RestfulResponse<JsonRepresentation> |
RestfulClient.follow(LinkRepresentation link) |
RestfulResponse<JsonRepresentation> |
RestfulClient.follow(LinkRepresentation link,
JsonRepresentation requestArgs) |
<T extends JsonRepresentation> |
RestfulClient.followT(LinkRepresentation link) |
<T extends JsonRepresentation> |
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 <T extends JsonRepresentation> |
RestfulResponse.ofT(javax.ws.rs.core.Response response) |
<Q extends JsonRepresentation> |
RestfulResponse.wraps(Class<Q> cls)
Convenience that recasts this response as wrapping some other
representation.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.