Uses of Class
javax.ws.rs.core.Context

Packages that use Context
com.restfully.shop.services   
org.jboss.resteasy.examples.springmvc   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.plugins.providers.atom   
org.jboss.resteasy.plugins.providers.jaxb   
org.jboss.resteasy.plugins.providers.multipart   
org.jboss.resteasy.plugins.stats   
org.jboss.resteasy.security.doseta   
org.jboss.resteasy.test.application   
org.jboss.resteasy.test.smoke   
org.jboss.resteasy.tests.context   
 

Uses of Context in com.restfully.shop.services
 

Method parameters in com.restfully.shop.services with annotations of type Context
 Response OrderResource.createOrder(Order order, UriInfo uriInfo)
           
 Response ProductResource.createProduct(Product customer, UriInfo uriInfo)
           
 String CarResource.getFromUriInfo(UriInfo info)
           
 Response OrderResource.getOrder(int id, UriInfo uriInfo)
           
 Response OrderResource.getOrderHeaders(int id, UriInfo uriInfo)
           
 Response OrderResource.getOrders(int start, int size, UriInfo uriInfo)
           
 Response OrderResource.getOrdersHeaders(int start, int size, UriInfo uriInfo)
           
 Products ProductResource.getProducts(int start, int size, String name, UriInfo uriInfo)
           
 Response StoreResource.head(UriInfo uriInfo)
           
 

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

Method parameters in org.jboss.resteasy.examples.springmvc with annotations of type Context
 Response ContactsResource.saveContact(UriInfo uri, Contact contact)
           
 

Uses of Context in org.jboss.resteasy.plugins.cache.server
 

Fields in org.jboss.resteasy.plugins.cache.server with annotations of type Context
protected  HttpRequest ServerCacheInterceptor.request
           
protected  Request ServerCacheInterceptor.validation
           
protected  Request ServerCacheHitInterceptor.validation
           
 

Uses of Context in org.jboss.resteasy.plugins.interceptors.encoding
 

Fields in org.jboss.resteasy.plugins.interceptors.encoding with annotations of type Context
protected  HttpRequest ServerContentEncodingHeaderInterceptor.request
           
 

Uses of Context in org.jboss.resteasy.plugins.providers.atom
 

Fields in org.jboss.resteasy.plugins.providers.atom with annotations of type Context
protected  Providers AtomFeedProvider.providers
           
protected  Providers AtomEntryProvider.providers
           
 

Uses of Context in org.jboss.resteasy.plugins.providers.jaxb
 

Fields in org.jboss.resteasy.plugins.providers.jaxb with annotations of type Context
protected  Providers MapProvider.providers
           
protected  Providers CollectionProvider.providers
           
protected  Providers AbstractJAXBProvider.providers
           
protected  Providers AbstractJAXBContextFinder.providers
           
 

Uses of Context in org.jboss.resteasy.plugins.providers.multipart
 

Fields in org.jboss.resteasy.plugins.providers.multipart with annotations of type Context
protected  Providers XopWithMultipartRelatedReader.workers
           
protected  Providers MultipartRelatedReader.workers
           
protected  Providers MultipartReader.workers
           
protected  Providers MultipartFormDataReader.workers
           
protected  Providers MultipartFormAnnotationReader.workers
           
protected  Providers MapMultipartFormDataReader.workers
           
protected  Providers ListMultipartReader.workers
           
protected  Providers AbstractMultipartWriter.workers
           
 

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

Method parameters in org.jboss.resteasy.plugins.stats with annotations of type Context
 RegistryData RegistryStatsResource.get(Registry reg)
           
 

Uses of Context in org.jboss.resteasy.security.doseta
 

Constructor parameters in org.jboss.resteasy.security.doseta with annotations of type Context
ConfiguredDosetaKeyRepository(ResteasyConfiguration config)
           
 

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

Constructor parameters in org.jboss.resteasy.test.application with annotations of type Context
FooExceptionMapper(Application application, javax.servlet.ServletConfig servletConfig, javax.servlet.ServletContext context)
           
FooExceptionMapper(Application application, javax.servlet.ServletConfig servletConfig, javax.servlet.ServletContext context)
           
FooExceptionMapper(Application application, javax.servlet.ServletConfig servletConfig, javax.servlet.ServletContext context)
           
 

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

Method parameters in org.jboss.resteasy.test.smoke with annotations of type Context
 String ProtectedResource.getAdminNameCtx(SecurityContext ctx)
           
 String ProtectedResource.getAdminRoleCtx(SecurityContext ctx)
           
 String ProtectedResource.getAuthMethod(SecurityContext ctx)
           
 String ProtectedResource.getUserNameCtx(SecurityContext ctx)
           
 String ProtectedResource.getUserRoleCtx(SecurityContext ctx)
           
 

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

Method parameters in org.jboss.resteasy.tests.context with annotations of type Context
 String ContextService.get(javax.servlet.ServletConfig config)
           
 String ContextService.get(javax.servlet.ServletContext context)
           
 String ContextService.get(UriInfo uri)
           
 String ContextService.getBase(UriInfo uri)
           
 



Copyright © 2011. All Rights Reserved.