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

Packages that use ClientRequestConfigurer
org.apache.isis.viewer.restfulobjects.applib   
 

Uses of ClientRequestConfigurer in org.apache.isis.viewer.restfulobjects.applib
 

Methods in org.apache.isis.viewer.restfulobjects.applib that return ClientRequestConfigurer
 ClientRequestConfigurer ClientRequestConfigurer.accept(javax.ws.rs.core.MediaType mediaType)
           
 ClientRequestConfigurer ClientRequestConfigurer.configureArgs(JsonRepresentation requestArgs)
          Used when following links ( RestfulClient.follow(LinkRepresentation)).
 ClientRequestConfigurer ClientRequestConfigurer.configureArgs(Map<RestfulRequest.RequestParameter<?>,Object> args)
          Used when creating a request with arguments to execute.
static ClientRequestConfigurer ClientRequestConfigurer.create(org.jboss.resteasy.client.ClientExecutor executor, String uriTemplate)
           
 ClientRequestConfigurer ClientRequestConfigurer.header(String name, String value)
           
 ClientRequestConfigurer ClientRequestConfigurer.setHttpMethod(HttpMethod httpMethod)
          Prerequisite to configureArgs(JsonRepresentation) or configureArgs(Map).
 

Methods in org.apache.isis.viewer.restfulobjects.applib with parameters of type ClientRequestConfigurer
 void HttpMethod.setUpArgs(ClientRequestConfigurer clientRequestConfigurer, JsonRepresentation requestArgs)
          It's a bit nasty that we need to ask for the UriBuilderImpl as well as the ClientRequest, but that's because the ClientRequest does not allow us to setup raw query strings (only query name/arg pairs)
 

Constructors in org.apache.isis.viewer.restfulobjects.applib with parameters of type ClientRequestConfigurer
RestfulRequest(ClientRequestConfigurer clientRequestConfigurer)
           
 



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