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   
org.jboss.resteasy.plugins.providers.atom   
org.jboss.resteasy.plugins.providers.jaxb   
org.jboss.resteasy.plugins.providers.multipart   
org.jboss.resteasy.security.doseta   
org.jboss.resteasy.security.smime   
org.jboss.resteasy.test.application   
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
 

Constructor parameters in org.jboss.resteasy.plugins.providers with annotations of type Context
DocumentProvider(ResteasyConfiguration config)
           
 

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.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.security.smime
 

Fields in org.jboss.resteasy.security.smime with annotations of type Context
protected  Providers SignedWriter.providers
           
protected  Providers EnvelopedWriter.providers
           
protected  Providers EnvelopedReader.providers
           
 

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)
           
 



Copyright © 2012. All Rights Reserved.