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

Packages that use Context
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.test.smoke   
 

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.test.smoke
 

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



Copyright © 2010. All Rights Reserved.