Uses of Class
javax.ws.rs.Path

Packages that use Path
com.restfully.shop.services   
org.jboss.resteasy.core   
org.jboss.resteasy.examples   
org.jboss.resteasy.examples.asyncjob   
org.jboss.resteasy.examples.guice.hello   
org.jboss.resteasy.examples.oauth   
org.jboss.resteasy.examples.service   
org.jboss.resteasy.examples.springmvc   
org.jboss.resteasy.jsapi   
org.jboss.resteasy.plugins.providers.html   
org.jboss.resteasy.plugins.stats   
org.jboss.resteasy.test.application   
org.jboss.resteasy.test.smoke   
org.jboss.resteasy.tests.context   
org.jboss.resteasy.tests.encoding.sample   
org.jboss.resteasy.tests.signature   
 

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

Uses of Path in org.jboss.resteasy.core
 

Classes in org.jboss.resteasy.core with annotations of type Path
 class AsynchronousDispatcher
           
 

Methods in org.jboss.resteasy.core with annotations of type Path
 Response AsynchronousDispatcher.get(long wait, String jobId)
           
 Response AsynchronousDispatcher.readAndRemove(long wait, String jobId)
           
 void AsynchronousDispatcher.remove(String jobId)
           
 

Uses of Path in org.jboss.resteasy.examples
 

Classes in org.jboss.resteasy.examples with annotations of type Path
 class Orders
           
 

Methods in org.jboss.resteasy.examples with annotations of type Path
 String Orders.getOrder(String id)
           
 

Uses of Path in org.jboss.resteasy.examples.asyncjob
 

Classes in org.jboss.resteasy.examples.asyncjob with annotations of type Path
 class MyResource
           
 

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

Classes in org.jboss.resteasy.examples.guice.hello with annotations of type Path
 class HelloResource
           
 

Methods in org.jboss.resteasy.examples.guice.hello with annotations of type Path
 String HelloResource.hello(String name)
           
 

Uses of Path in org.jboss.resteasy.examples.oauth
 

Classes in org.jboss.resteasy.examples.oauth with annotations of type Path
 class ConsumerResource
           
 class MessageReceiver
           
 class MessagingService
           
 class ServiceProviderResource
           
 class SubscriberReceiver
           
 

Methods in org.jboss.resteasy.examples.oauth with annotations of type Path
 String ServiceProviderResource.getProtectedResource()
           
 String ServiceProviderResource.getProtectedResource2()
           
 String ServiceProviderResource.getProtectedResource3()
           
 Response ConsumerResource.providerServiceToEndUser(String scope)
           
 Response MessagingService.receiveMessages(String message)
           
 Response MessagingService.registerCallbackURI(String consumerId, String callback)
           
 Response ConsumerResource.setRequestTokenVerifierUsingGET(String token, String verifier)
          Browser-based redirection works better with GET
 Response ConsumerResource.setRequestTokenVerifierUsingPost(String token, String verifier)
           
 

Uses of Path in org.jboss.resteasy.examples.service
 

Classes in org.jboss.resteasy.examples.service with annotations of type Path
 class Library
           
 

Methods in org.jboss.resteasy.examples.service with annotations of type Path
 BookListing Library.getBooksBadger()
           
 String Library.getBooksBadgerText()
           
 BookListing Library.getBooksMapped()
           
 String Library.getBooksMappedText()
           
 

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

Classes in org.jboss.resteasy.examples.springmvc with annotations of type Path
 class ContactsResource
           
 

Methods in org.jboss.resteasy.examples.springmvc with annotations of type Path
 Contact ContactsResource.get(String lastName)
           
 Contacts ContactsResource.getAll()
           
 Response ContactsResource.saveContact(UriInfo uri, Contact contact)
           
 

Uses of Path in org.jboss.resteasy.jsapi
 

Methods in org.jboss.resteasy.jsapi with parameters of type Path
static String MethodMetaData.appendURIFragments(ServiceRegistry registry, Path classPath, Path methodPath)
           
 

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

Classes in org.jboss.resteasy.plugins.providers.html with annotations of type Path
 class TestHtmlResource
           
 

Methods in org.jboss.resteasy.plugins.providers.html with annotations of type Path
 Redirect TestHtmlResource.testParam(String value)
           
 

Uses of Path in org.jboss.resteasy.plugins.stats
 

Classes in org.jboss.resteasy.plugins.stats with annotations of type Path
 class RegistryStatsResource
           
 

Uses of Path in org.jboss.resteasy.test.application
 

Classes in org.jboss.resteasy.test.application with annotations of type Path
 class MyResource
           
 

Methods in org.jboss.resteasy.test.application with annotations of type Path
 String MyResource.getApplicationCount()
           
 String MyResource.getCount()
           
 String MyResource.getException()
           
 void MyResource.nullFoo(MyResource.Foo foo)
           
 

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

Classes in org.jboss.resteasy.test.smoke with annotations of type Path
 class ProtectedResource
           
 

Methods in org.jboss.resteasy.test.smoke with annotations of type Path
 String ProtectedResource.getAdminNameCtx(SecurityContext ctx)
           
 String ProtectedResource.getAdminRole()
           
 String ProtectedResource.getAdminRoleCtx(SecurityContext ctx)
           
 String ProtectedResource.getAuthMethod(SecurityContext ctx)
           
 String SimpleResource.getBasic()
           
 SimpleResource LocatingResource.getLocating()
           
 String SimpleResource.getMatrixParam(String param)
           
 String SimpleResource.getQueryParam(String param)
           
 int SimpleResource.getUriParam(int param)
           
 String ProtectedResource.getUserNameCtx(SecurityContext ctx)
           
 String ProtectedResource.getUserRole()
           
 String ProtectedResource.getUserRoleCtx(SecurityContext ctx)
           
 String SimpleResource.getWild()
           
 void SimpleResource.putBasic(String body)
           
 

Uses of Path in org.jboss.resteasy.tests.context
 

Classes in org.jboss.resteasy.tests.context with annotations of type Path
 class ContextService
           
 

Methods in org.jboss.resteasy.tests.context with annotations of type Path
 String ContextService.get(javax.servlet.ServletConfig config)
           
 String ContextService.get(javax.servlet.ServletContext context)
           
 String ContextService.get(UriInfo uri)
           
 String ContextService.getJson()
           
 String ContextService.getXml()
           
 

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

Classes in org.jboss.resteasy.tests.encoding.sample with annotations of type Path
 class Hello
           
 interface HelloClient
           
 

Methods in org.jboss.resteasy.tests.encoding.sample with annotations of type Path
 String HelloClient.compile(String queryText)
           
 String Hello.compile(String queryText)
           
 String Hello.echo(String in)
           
 String Hello.get(String date)
           
 String Hello.getPlus(String p)
           
 String HelloClient.sayHi(String in)
           
 

Uses of Path in org.jboss.resteasy.tests.signature
 

Classes in org.jboss.resteasy.tests.signature with annotations of type Path
 class SignedResource
           
 

Methods in org.jboss.resteasy.tests.signature with annotations of type Path
 Response SignedResource.badSignature()
          Example of sending a signature signed by a bad or expired key.
 String SignedResource.getExpiresMinute()
          Sign a message setting the expiration field of the DKIM-Signature to be 1 minute after the current time
 String SignedResource.getExpiresShort()
          Sign a message setting the expiration field of the DKIM-Signature to be 1 second after the current time
 String SignedResource.getStamp()
          Sign a returned message, but also add a timestamp to the signature calculation.
 Response SignedResource.withHeader()
          Sign a returned message using a private key named "test._domainKey.samplezone.org" found in the key store.
 



Copyright © 2011. All Rights Reserved.