Uses of Class
javax.ws.rs.QueryParam

Packages that use QueryParam
com.restfully.shop.services   
org.jboss.resteasy.core   
org.jboss.resteasy.examples.oauth   
org.jboss.resteasy.plugins.providers.html   
org.jboss.resteasy.test.smoke   
org.jboss.resteasy.tests.encoding.sample   
 

Uses of QueryParam in com.restfully.shop.services
 

Method parameters in com.restfully.shop.services with annotations of type QueryParam
 Response OrderResource.getOrders(int start, int size, UriInfo uriInfo)
           
 Response OrderResource.getOrders(int start, int size, UriInfo uriInfo)
           
 Response OrderResource.getOrdersHeaders(int start, int size, UriInfo uriInfo)
           
 Response OrderResource.getOrdersHeaders(int start, int size, UriInfo uriInfo)
           
 Products ProductResource.getProducts(int start, int size, String name, UriInfo uriInfo)
           
 Products ProductResource.getProducts(int start, int size, String name, UriInfo uriInfo)
           
 Products ProductResource.getProducts(int start, int size, String name, UriInfo uriInfo)
           
 

Uses of QueryParam in org.jboss.resteasy.core
 

Method parameters in org.jboss.resteasy.core with annotations of type QueryParam
 Response AsynchronousDispatcher.get(long wait, String jobId)
           
 Response AsynchronousDispatcher.readAndRemove(long wait, String jobId)
           
 

Uses of QueryParam in org.jboss.resteasy.examples.oauth
 

Method parameters in org.jboss.resteasy.examples.oauth with annotations of type QueryParam
 Response ConsumerResource.providerServiceToEndUser(String scope)
           
 Response ConsumerResource.setRequestTokenVerifierUsingGET(String token, String verifier)
          Browser-based redirection works better with GET
 Response ConsumerResource.setRequestTokenVerifierUsingGET(String token, String verifier)
          Browser-based redirection works better with GET
 Response ConsumerResource.setRequestTokenVerifierUsingPost(String token, String verifier)
           
 Response ConsumerResource.setRequestTokenVerifierUsingPost(String token, String verifier)
           
 

Uses of QueryParam in org.jboss.resteasy.plugins.providers.html
 

Method parameters in org.jboss.resteasy.plugins.providers.html with annotations of type QueryParam
 View TestHtmlResource.testHtml(String value)
           
 

Uses of QueryParam in org.jboss.resteasy.test.smoke
 

Method parameters in org.jboss.resteasy.test.smoke with annotations of type QueryParam
 String SimpleResource.getQueryParam(String param)
           
 

Uses of QueryParam in org.jboss.resteasy.tests.encoding.sample
 

Method parameters in org.jboss.resteasy.tests.encoding.sample with annotations of type QueryParam
 String HelloClient.compile(String queryText)
           
 String Hello.compile(String queryText)
           
 



Copyright © 2011. All Rights Reserved.