Uses of Class
javax.ws.rs.QueryParam

Packages that use QueryParam
org.jboss.example.jaxrs2.async   
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.providers.html   
org.jboss.resteasy.skeleton.key.client   
org.jboss.resteasy.skeleton.key.server   
 

Uses of QueryParam in org.jboss.example.jaxrs2.async
 

Method parameters in org.jboss.example.jaxrs2.async with annotations of type QueryParam
 Customer CustomerResource.getByName(String name)
           
 

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.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.skeleton.key.client
 

Method parameters in org.jboss.resteasy.skeleton.key.client with annotations of type QueryParam
 Projects ProjectsResource.query(String name)
           
 

Uses of QueryParam in org.jboss.resteasy.skeleton.key.server
 

Method parameters in org.jboss.resteasy.skeleton.key.server with annotations of type QueryParam
 Projects ProjectsService.getProjects(String name)
           
 



Copyright © 2012. All Rights Reserved.