Uses of Class
javax.ws.rs.PathParam

Packages that use PathParam
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.providers.html   
org.jboss.resteasy.test.smoke   
 

Uses of PathParam in org.jboss.resteasy.core
 

Method parameters in org.jboss.resteasy.core with annotations of type PathParam
 Response AsynchronousDispatcher.get(long wait, java.lang.String jobId)
           
 Response AsynchronousDispatcher.readAndRemove(long wait, java.lang.String jobId)
           
 void AsynchronousDispatcher.remove(java.lang.String jobId)
           
 

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

Method parameters in org.jboss.resteasy.plugins.providers.html with annotations of type PathParam
 Redirect TestHtmlResource.testParam(java.lang.String value)
           
 

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

Method parameters in org.jboss.resteasy.test.smoke with annotations of type PathParam
 int SimpleResource.getUriParam(int param)
           
 



Copyright © 2010. All Rights Reserved.