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

Packages that use Context
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.api.container.filter Provides common server-side filters. 
com.sun.jersey.core.provider.jaxb Provides support for JAXB-related message body readers and writers. 
 

Uses of Context in com.sun.jersey.api.client
 

Methods in com.sun.jersey.api.client with annotations of type Context
 void RequestWriter.setMessageBodyWorkers(MessageBodyWorkers workers)
           
 

Uses of Context in com.sun.jersey.api.container.filter
 

Constructor parameters in com.sun.jersey.api.container.filter with annotations of type Context
PostReplaceFilter(ResourceConfig rc)
          Initializes this filter with PostReplaceFilter.PROPERTY_POST_REPLACE_FILTER_CONFIG property value from the application resource config.
ResourceDebuggingFilterFactory(HttpContext hc)
           
 

Uses of Context in com.sun.jersey.core.provider.jaxb
 

Methods in com.sun.jersey.core.provider.jaxb with annotations of type Context
 void AbstractJAXBProvider.setConfiguration(FeaturesAndProperties fp)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.