Uses of Class
javax.ws.rs.GET

Packages that use GET
org.jboss.example.jaxrs2.async   
org.jboss.resteasy.cdi.asynch This package (along with @see org.jboss.resteasy.test.cdi.asynch) tests JAX-RS and EJB asynchronous processing. 
org.jboss.resteasy.cdi.decorators This package (along with @see org.jboss.resteasy.test.cdi.decorators) tests the application of CDI decorators to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources 
org.jboss.resteasy.cdi.ejb This package (along with @see org.jboss.resteasy.test.cdi.ejb) tests EJBs used as JAX-RS components. 
org.jboss.resteasy.cdi.events This package (along with @see org.jboss.resteasy.test.cdi.events) tests CDI event processing with JAX-RS components. 
org.jboss.resteasy.cdi.generic This package (along with @see org.jboss.resteasy.test.cdi.generic) tests injection with parameterized required types and/or parameterized bean types. 
org.jboss.resteasy.cdi.inheritence This package (along with @see org.jboss.resteasy.test.cdi.inheritence) tests alternatives, alternative stereotypes, and specialization. 
org.jboss.resteasy.cdi.injection This package (along with @see org.jboss.resteasy.test.cdi.injection) tests injection into JAX-RS components. 
org.jboss.resteasy.cdi.interceptors This package (along with @see org.jboss.resteasy.test.cdi.interceptors) tests the application of interceptors to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources There are class level interceptors and method level interceptors. 
org.jboss.resteasy.cdi.modules This package (along with @see org.jboss.resteasy.test.cdi.modules) tests injection of beans into JAX-RS resources across various jar, ejb-jar, war, and ear boundaries. 
org.jboss.resteasy.cdi.validation This package (along with @see org.jboss.resteasy.test.cdi.validation) tests the application of validation (@see JSR 303: Bean Validation) to JAX-RS resources. 
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.cdi.asynch
 

Methods in org.jboss.resteasy.cdi.asynch with annotations of type GET
 void AsynchronousResource.asynchAsynch(AsyncResponse asyncResponse)
           
 void AsynchronousResource.asynchEJB(AsyncResponse asyncResponse)
           
 Response AsynchronousResource.asynchSimple()
           
 

Uses of GET in org.jboss.resteasy.cdi.decorators
 

Methods in org.jboss.resteasy.cdi.decorators with annotations of type GET
 Book TestResourceIntf.lookupBookById(int id)
           
 Book TestResource.lookupBookById(int id)
           
 

Uses of GET in org.jboss.resteasy.cdi.ejb
 

Methods in org.jboss.resteasy.cdi.ejb with annotations of type GET
 Book EJBResourceParent.lookupBookById(int id)
           
 Book EJBBookResource.lookupBookById(int id)
           
 void EJBResourceParent.reset()
           
 void EJBBookResource.reset()
           
 int EJBResourceParent.testUse(int count)
           
 int EJBBookResource.testUse(int count)
           
 int EJBResourceParent.verifyInjection()
           
 int EJBBookResource.verifyInjection()
           
 int EJBResourceParent.verifyScopes()
           
 int EJBBookResource.verifyScopes()
           
 

Uses of GET in org.jboss.resteasy.cdi.events
 

Methods in org.jboss.resteasy.cdi.events with annotations of type GET
 Book EventResource.lookupBookById(int id)
           
 

Uses of GET in org.jboss.resteasy.cdi.generic
 

Methods in org.jboss.resteasy.cdi.generic with annotations of type GET
 Response UpperBoundTypedResourceIntf.clear()
           
 Response UpperBoundTypedResource.clear()
           
 Response LowerBoundTypedResourceIntf.clear()
           
 Response LowerBoundTypedResource.clear()
           
 Response ConcreteResourceIntf.clear()
           
 Response ConcreteResource.clear()
           
 Response UpperBoundTypedResourceIntf.execute()
           
 Response UpperBoundTypedResource.execute()
           
 Response LowerBoundTypedResourceIntf.execute()
           
 Response LowerBoundTypedResource.execute()
           
 Response ConcreteResourceIntf.execute()
           
 Response ConcreteResource.execute()
           
 Response UpperBoundTypedResourceIntf.testDecorators()
           
 Response UpperBoundTypedResource.testDecorators()
           
 Response ObjectTypedResourceIntf.testDecorators()
           
 Response ObjectTypedResource.testDecorators()
           
 Response NestedTypedResourceIntf.testDecorators()
           
 Response NestedTypedResource.testDecorators()
           
 Response LowerBoundTypedResourceIntf.testDecorators()
           
 Response LowerBoundTypedResource.testDecorators()
           
 Response HierarchyTypedResourceIntf.testDecorators()
           
 Response HierarchyTypedResource.testDecorators()
           
 Response ConcreteResourceIntf.testDecorators()
           
 Response ConcreteResource.testDecorators()
           
 Response UpperBoundTypedResourceIntf.testGenerics()
           
 Response UpperBoundTypedResource.testGenerics()
           
 Response ObjectTypedResourceIntf.testGenerics()
           
 Response ObjectTypedResource.testGenerics()
           
 Response NestedTypedResourceIntf.testGenerics()
           
 Response NestedTypedResource.testGenerics()
           
 Response LowerBoundTypedResourceIntf.testGenerics()
           
 Response LowerBoundTypedResource.testGenerics()
           
 Response HierarchyTypedResourceIntf.testGenerics()
           
 Response HierarchyTypedResource.testGenerics()
           
 Response ConcreteResourceIntf.testGenerics()
           
 Response ConcreteResource.testGenerics()
           
 

Uses of GET in org.jboss.resteasy.cdi.inheritence
 

Methods in org.jboss.resteasy.cdi.inheritence with annotations of type GET
 Response InheritanceResource.alternativeSelected()
           
 Response InheritanceResource.alternativeVanilla()
           
 Response InheritanceResource.specialized()
           
 Response InheritanceResource.vanilla()
           
 

Uses of GET in org.jboss.resteasy.cdi.injection
 

Methods in org.jboss.resteasy.cdi.injection with annotations of type GET
 Response BookResource.consumeBookMessageFromMDB()
           
 Response BookResource.consumeBookMessageFromQueue()
           
 Collection<Book> BookResource.getBooksMDB()
           
 String BookResource.getCounters()
           
 Collection<Book> BookResource.listAllMembers()
           
 Book BookResource.lookupBookById(int id)
           
 GenericEntity<Collection<Book>> BookResource.mdbGetBag()
           
 Collection<Book> BookResource.sessionGetBag(javax.servlet.http.HttpServletRequest request)
           
 Response BookResource.testDisposer()
           
 Response BookResource.verifyScopes()
           
 

Uses of GET in org.jboss.resteasy.cdi.interceptors
 

Methods in org.jboss.resteasy.cdi.interceptors with annotations of type GET
 Book InterceptorResource.lookupBookById(int id)
           
 Response TimerInterceptorResourceIntf.scheduleTimer()
           
 Response TimerInterceptorResource.scheduleTimer()
           
 Response TimerInterceptorResourceIntf.testTimer()
           
 Response TimerInterceptorResource.testTimer()
           
 

Uses of GET in org.jboss.resteasy.cdi.modules
 

Methods in org.jboss.resteasy.cdi.modules with annotations of type GET
 Response ModulesResourceIntf.test()
           
 Response ModulesResource.test()
           
 

Uses of GET in org.jboss.resteasy.cdi.validation
 

Methods in org.jboss.resteasy.cdi.validation with annotations of type GET
 int ErrorFreeResourceImpl.test(int num)
           
 int ErrorFreeResource.test(int num)
           
 Response ErroneousResourceImpl.test(int num)
           
 Response ErroneousResource.test(int num)
           
 

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.