Uses of Class
javax.ws.rs.Path

Packages that use Path
com.restfully.shop.services   
com.sun.jersey.oauth.server.api.resources   
com.sun.jersey.osgi.rdtestbundle   
 

Uses of Path in com.restfully.shop.services
 

Classes in com.restfully.shop.services with annotations of type Path
 class CarResource
           
 class CustomerDatabaseResource
           
 class CustomerResource
           
 class OrderResource
           
 interface ProductResource
           
 class StoreResource
           
 

Methods in com.restfully.shop.services with annotations of type Path
 void OrderResource.cancelOrder(int id)
           
 StreamingOutput CustomerResource.getCustomer(int id)
           
 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.getFromMultipleSegments(String make, List<PathSegment> car, String year)
           
 String CarResource.getFromPathSegment(String make, PathSegment car, String year)
           
 String CarResource.getFromUriInfo(UriInfo info)
           
 Response OrderResource.getOrder(int id, UriInfo uriInfo)
           
 Response OrderResource.getOrderHeaders(int id, UriInfo uriInfo)
           
 Product ProductResource.getProduct(int id)
           
 void OrderResource.purgeOrders()
           
 void CustomerResource.updateCustomer(int id, InputStream is)
           
 void FirstLastCustomerResource.updateCustomer(String firstName, String lastName, InputStream is)
           
 

Uses of Path in com.sun.jersey.oauth.server.api.resources
 

Classes in com.sun.jersey.oauth.server.api.resources with annotations of type Path
 class AccessTokenRequest
          Resource handling access token requests.
 class RequestTokenRequest
          Resource handling request token requests.
 

Uses of Path in com.sun.jersey.osgi.rdtestbundle
 

Classes in com.sun.jersey.osgi.rdtestbundle with annotations of type Path
 class SimpleResource
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.