Uses of Class
com.sun.jersey.api.client.WebResource

Packages that use WebResource
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.test.framework Provides support for testing JAX-RS and Jersey-based applications. 
 

Uses of WebResource in com.sun.jersey.api.client
 

Methods in com.sun.jersey.api.client that return WebResource
 WebResource WebResource.path(String path)
          Create a new WebResource from this web resource with an additional path added to the URI of this web resource.
 WebResource WebResource.queryParam(String key, String value)
          Create a new WebResource from this web resource with an additional query parameter added to the URI of this web resource.
 WebResource WebResource.queryParams(MultivaluedMap<String,String> params)
          Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
 WebResource Client.resource(String u)
          Create a Web resource from the client.
 WebResource WebResourceLinkHeaders.resource(String rel)
           
 WebResource Client.resource(URI u)
          Create a Web resource from the client.
 WebResource WebResource.uri(URI uri)
          Create a new WebResource from this web resource.
 

Uses of WebResource in com.sun.jersey.test.framework
 

Methods in com.sun.jersey.test.framework that return WebResource
 WebResource JerseyTest.resource()
          Create a web resource whose URI refers to the base URI the Web application is deployed at.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.