Uses of Class
org.apache.isis.viewer.restfulobjects.applib.RestfulResponse

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()
           
<T extends JsonRepresentation>
RestfulResponse<T>
RestfulRequest.executeT()
           
 RestfulResponse<JsonRepresentation> RestfulClient.follow(LinkRepresentation link)
           
 RestfulResponse<JsonRepresentation> RestfulClient.follow(LinkRepresentation link, JsonRepresentation requestArgs)
           
<T extends JsonRepresentation>
RestfulResponse<T>
RestfulClient.followT(LinkRepresentation link)
           
<T extends JsonRepresentation>
RestfulResponse<T>
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<T>
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
<T> RestfulResponse<JsonRepresentation>
LinkRepresentation.follow(org.jboss.resteasy.client.ClientExecutor executor)
           
<T extends JsonRepresentation>
RestfulResponse<T>
LinkRepresentation.follow(org.jboss.resteasy.client.ClientExecutor executor, JsonRepresentation requestArgs)
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.