Uses of Class
javax.ws.rs.PathParam

Packages that use PathParam
com.restfully.shop.services   
com.sun.jersey.server.impl.model.parameter   
 

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)
           
 StreamingOutput 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, InputStream is)
           
 void FirstLastCustomerResource.updateCustomer(String firstName, String lastName, InputStream is)
           
 void FirstLastCustomerResource.updateCustomer(String firstName, String lastName, InputStream is)
           
 

Uses of PathParam in com.sun.jersey.server.impl.model.parameter
 

Methods in com.sun.jersey.server.impl.model.parameter with parameters of type PathParam
 Injectable<?> PathParamInjectableProvider.getInjectable(ComponentContext ic, PathParam a, Parameter c)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.