Uses of Class
javax.ws.rs.PathParam

Packages that use PathParam
com.restfully.shop.services   
org.jboss.resteasy.core   
org.jboss.resteasy.examples   
org.jboss.resteasy.examples.guice.hello   
org.jboss.resteasy.examples.springmvc   
org.jboss.resteasy.plugins.providers.html   
org.jboss.resteasy.test.smoke   
org.jboss.resteasy.tests.encoding.sample   
 

Uses of PathParam in com.restfully.shop.services
 

Method parameters in com.restfully.shop.services with annotations of type PathParam
 void OrderResource.cancelOrder(int id)
           
 Customer CustomerResource.getCustomer(int id)
           
 StreamingOutput FirstLastCustomerResource.getCustomer(String firstName, String lastName)
           
 StreamingOutput FirstLastCustomerResource.getCustomer(String firstName, String lastName)
           
 Object CustomerDatabaseResource.getDatabase(String db)
           
 String CarResource.getFromMatrixParam(String make, PathSegment car, CarResource.Color color, String year)
           
 String CarResource.getFromMatrixParam(String make, PathSegment car, CarResource.Color color, String year)
           
 String CarResource.getFromMatrixParam(String make, PathSegment car, CarResource.Color color, String year)
           
 String CarResource.getFromMultipleSegments(String make, List<PathSegment> car, String year)
           
 String CarResource.getFromMultipleSegments(String make, List<PathSegment> car, String year)
           
 String CarResource.getFromMultipleSegments(String make, List<PathSegment> car, String year)
           
 String CarResource.getFromPathSegment(String make, PathSegment car, String year)
           
 String CarResource.getFromPathSegment(String make, PathSegment car, String year)
           
 String CarResource.getFromPathSegment(String make, PathSegment car, String year)
           
 Response OrderResource.getOrder(int id, UriInfo uriInfo)
           
 Response OrderResource.getOrderHeaders(int id, UriInfo uriInfo)
           
 Product ProductResource.getProduct(int id)
           
 void CustomerResource.updateCustomer(int id, Customer update)
           
 void FirstLastCustomerResource.updateCustomer(String firstName, String lastName, InputStream is)
           
 void FirstLastCustomerResource.updateCustomer(String firstName, String lastName, InputStream is)
           
 

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, String jobId)
           
 Response AsynchronousDispatcher.readAndRemove(long wait, String jobId)
           
 void AsynchronousDispatcher.remove(String jobId)
           
 

Uses of PathParam in org.jboss.resteasy.examples
 

Method parameters in org.jboss.resteasy.examples with annotations of type PathParam
 String Orders.getOrder(String id)
           
 

Uses of PathParam in org.jboss.resteasy.examples.guice.hello
 

Method parameters in org.jboss.resteasy.examples.guice.hello with annotations of type PathParam
 String HelloResource.hello(String name)
           
 

Uses of PathParam in org.jboss.resteasy.examples.springmvc
 

Method parameters in org.jboss.resteasy.examples.springmvc with annotations of type PathParam
 Contact ContactsResource.get(String lastName)
           
 

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(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)
           
 

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

Method parameters in org.jboss.resteasy.tests.encoding.sample with annotations of type PathParam
 String Hello.echo(String in)
           
 String Hello.get(String date)
           
 String Hello.getPlus(String p)
           
 String HelloClient.sayHi(String in)
           
 



Copyright © 2011. All Rights Reserved.