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

Packages that use Context
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.keystone.server   
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.jackson   
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.skeleton.key.idm.service   
org.jboss.resteasy.skeleton.key.jaxrs   
org.jboss.resteasy.test.application   
org.jboss.resteasy.test.smoke   
 

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

Method parameters in org.jboss.resteasy.cdi.injection with annotations of type Context
 Response BookResource.sessionAdd(javax.servlet.http.HttpServletRequest request, Book book)
           
 Collection<Book> BookResource.sessionGetBag(javax.servlet.http.HttpServletRequest request)
           
 Response BookResource.sessionTest(javax.servlet.http.HttpServletRequest request)
           
 

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

Method parameters in org.jboss.resteasy.keystone.server with annotations of type Context
 Response RolesService.create(UriInfo uriInfo, Role role)
           
 Response UsersService.create(UriInfo uriInfo, StoredUser user)
           
 Response RolesService.create(UriInfo uriInfo, String roleName)
           
 

Constructor parameters in org.jboss.resteasy.keystone.server with annotations of type Context
SkeletonKeyApplication(Configurable confgurable)
           
 

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 ServerCacheHitFilter.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 ServerContentEncodingAnnotationFilter.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.jackson
 

Methods in org.jboss.resteasy.plugins.providers.jackson with annotations of type Context
 void JacksonJsonpInterceptor.setProviders(Providers providers)
          Setter used by RESTeasy to provide the Providers
 void JacksonJsonpInterceptor.setUri(UriInfo uri)
          Setter used by RESTeasy to provide the UriInfo.
 

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 PKCS7SignatureWriter.providers
           
protected  Providers PKCS7SignatureTextWriter.providers
           
protected  Providers MultipartSignedWriter.providers
           
protected  Providers EnvelopedWriter.providers
           
 

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

Fields in org.jboss.resteasy.skeleton.key.idm.service with annotations of type Context
protected  HttpHeaders TokenManagement.headers
           
protected  Providers TokenManagement.providers
           
protected  SecurityContext TokenManagement.securityContext
           
protected  UriInfo TokenManagement.uriInfo
           
protected  UriInfo RealmResource.uriInfo
           
protected  UriInfo RealmFactory.uriInfo
           
 

Uses of Context in org.jboss.resteasy.skeleton.key.jaxrs
 

Fields in org.jboss.resteasy.skeleton.key.jaxrs with annotations of type Context
protected  SecurityContext JaxrsBearerTokenFilter.securityContext
           
 

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 © 2013. All Rights Reserved.