Uses of Class
javax.ws.rs.GET

Packages that use GET
org.jboss.example.jaxrs2.async   
org.jboss.resteasy.core   
org.jboss.resteasy.example.oauth   
org.jboss.resteasy.examples   
org.jboss.resteasy.keystone.client   
org.jboss.resteasy.keystone.server   
org.jboss.resteasy.plugins.providers.html   
org.jboss.resteasy.plugins.stats   
org.jboss.resteasy.skeleton.key.idm.service   
org.jboss.resteasy.test.application   
org.jboss.resteasy.test.async   
org.jboss.resteasy.test.smoke   
 

Uses of GET in org.jboss.example.jaxrs2.async
 

Methods in org.jboss.example.jaxrs2.async with annotations of type GET
 Customer CustomerResource.getById(String id)
           
 Customer CustomerResource.getByName(String name)
           
 void ChatListener.listen(AsyncResponse res)
           
 String ChatListener.ping()
           
 

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.example.oauth
 

Methods in org.jboss.resteasy.example.oauth with annotations of type GET
 List<String> CustomerService.getCustomers()
           
 List<String> ProductService.getProducts()
           
 

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.keystone.client
 

Methods in org.jboss.resteasy.keystone.client with annotations of type GET
 User UsersResource.get(String id)
           
 Access TokenVerifier.get(String tokenId)
           
 Role RolesResource.get(String id)
           
 Project ProjectsResource.get(String id)
           
 Projects ProjectsResource.query(String name)
           
 

Uses of GET in org.jboss.resteasy.keystone.server
 

Methods in org.jboss.resteasy.keystone.server with annotations of type GET
 User UsersService.get(String id)
           
 Access TokenService.get(String tokenId)
           
 Role RolesService.get(String id)
           
 Project ProjectsService.getProject(String id)
           
 Projects ProjectsService.getProjects(String name)
           
 

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

Uses of GET in org.jboss.resteasy.skeleton.key.idm.service
 

Methods in org.jboss.resteasy.skeleton.key.idm.service with annotations of type GET
 PublishedRealmRepresentation RealmResource.getRealm(String id)
           
 String RealmResource.getRealmHtml(String id)
           
 Response RealmResource.getRealmsByName(String name)
           
 String RealmResource.getRealmsByNameHtml(String name)
           
 Response TokenManagement.requestAccessCode(String realmName, String responseType, String redirect, String clientId, String scopeParam, String state)
           
 

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.async
 

Methods in org.jboss.resteasy.test.async with annotations of type GET
 void JaxrsResource.cancel(AsyncResponse response)
           
 void MyResource.get(AsynchronousResponse response)
           
 void JaxrsResource.get(AsyncResponse response)
           
 Response JaxrsResource.getCancelled()
           
 void MyResource.timeout(AsynchronousResponse response)
           
 void JaxrsResource.timeout(AsyncResponse response)
           
 

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 ProtectedResource.getUserNameCtx(SecurityContext ctx)
           
 String ProtectedResource.getUserRole()
           
 String ProtectedResource.getUserRoleCtx(SecurityContext ctx)
           
 



Copyright © 2013. All Rights Reserved.