Uses of Class
javax.ws.rs.GET

Packages that use GET
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.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 GET in com.restfully.shop.services
 

Methods in com.restfully.shop.services with annotations of type GET
 Customer CustomerResource.getCustomer(int id)
           
 StreamingOutput FirstLastCustomerResource.getCustomer(String firstName, String lastName)
           
 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.getOrders(int start, int size, UriInfo uriInfo)
           
 Product ProductResource.getProduct(int id)
           
 Products ProductResource.getProducts(int start, int size, String name, UriInfo uriInfo)
           
 

Uses of GET in org.jboss.resteasy.core
 

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

Uses of GET in org.jboss.resteasy.examples
 

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

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

Methods in org.jboss.resteasy.examples.asyncjob with annotations of type GET
 String MyResource.get()
           
 

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

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

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

Methods in org.jboss.resteasy.examples.oauth with annotations of type GET
 String SubscriberReceiver.getMessage()
           
 String MessageReceiver.getMessage()
           
 String ServiceProviderResource.getProtectedResource()
           
 String ServiceProviderResource.getProtectedResource2()
           
 String ServiceProviderResource.getProtectedResource3()
           
 Response ConsumerResource.providerServiceToEndUser(String scope)
           
 Response ConsumerResource.setRequestTokenVerifierUsingGET(String token, String verifier)
          Browser-based redirection works better with GET
 

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

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

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

Methods in org.jboss.resteasy.examples.springmvc with annotations of type GET
 Contact ContactsResource.get(String lastName)
           
 Contacts ContactsResource.getAll()
           
 org.springframework.web.servlet.ModelAndView ContactsResource.viewAll()
           
 

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

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

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

Methods in org.jboss.resteasy.plugins.stats with annotations of type GET
 RegistryData RegistryStatsResource.get(Registry reg)
           
 

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

Methods in org.jboss.resteasy.test.application with annotations of type GET
 String MyResource.getApplicationCount()
           
 String MyResource.getCount()
           
 String MyResource.getException()
           
 

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

Methods in org.jboss.resteasy.test.smoke with annotations of type GET
 String ProtectedResource.getAdminNameCtx(SecurityContext ctx)
           
 String ProtectedResource.getAdminRole()
           
 String ProtectedResource.getAdminRoleCtx(SecurityContext ctx)
           
 String ProtectedResource.getAuthMethod(SecurityContext ctx)
           
 String SimpleResource.getBasic()
           
 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()
           
 

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

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

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

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

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

Methods in org.jboss.resteasy.tests.signature with annotations of type GET
 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.
 String SignedResource.hello()
          Sign a returned message using a private key named "test._domainKey.samplezone.org" found in the key store.
 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.