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

Packages that use CacheControl
javax.ws.rs.client The JAX-RS client API 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.jboss.resteasy.client.jaxrs.internal   
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.delegates   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.specimpl   
 

Uses of CacheControl in javax.ws.rs.client
 

Methods in javax.ws.rs.client with parameters of type CacheControl
 Invocation.Builder Invocation.Builder.cacheControl(CacheControl cacheControl)
          Set the cache control data of the message.
 

Uses of CacheControl in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return CacheControl
static CacheControl CacheControl.valueOf(String value)
          Creates a new instance of CacheControl by parsing the supplied string.
 

Methods in javax.ws.rs.core with parameters of type CacheControl
abstract  Response.ResponseBuilder Response.ResponseBuilder.cacheControl(CacheControl cacheControl)
          Set the cache control data of the message.
 

Uses of CacheControl in org.jboss.resteasy.client.jaxrs.internal
 

Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type CacheControl
 void ClientRequestHeaders.cacheControl(CacheControl cacheControl)
           
 Invocation.Builder ClientInvocationBuilder.cacheControl(CacheControl cacheControl)
           
 

Uses of CacheControl in org.jboss.resteasy.core
 

Subclasses of CacheControl in org.jboss.resteasy.core
 class ExtendedCacheControl
          Adds support for the public directive which is not supported by CacheControl for some reason.
 

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

Methods in org.jboss.resteasy.plugins.cache.server with parameters of type CacheControl
 ServerCache.Entry SimpleServerCache.add(String uri, MediaType mediaType, CacheControl cc, MultivaluedMap<String,Object> headers, byte[] entity, String etag)
          Deprecated.  
 ServerCache.Entry ServerCache.add(String uri, MediaType mediaType, CacheControl cc, MultivaluedMap<String,Object> headers, byte[] entity, String etag)
           
 ServerCache.Entry InfinispanCache.add(String uri, MediaType mediaType, CacheControl cc, MultivaluedMap<String,Object> headers, byte[] entity, String etag)
           
 

Uses of CacheControl in org.jboss.resteasy.plugins.delegates
 

Methods in org.jboss.resteasy.plugins.delegates that return CacheControl
 CacheControl CacheControlDelegate.fromString(String value)
           
 

Methods in org.jboss.resteasy.plugins.delegates with parameters of type CacheControl
 String CacheControlDelegate.toString(CacheControl value)
           
 

Uses of CacheControl in org.jboss.resteasy.plugins.interceptors
 

Fields in org.jboss.resteasy.plugins.interceptors declared as CacheControl
protected  CacheControl CacheControlFilter.cacheControl
           
 

Methods in org.jboss.resteasy.plugins.interceptors that return CacheControl
protected  CacheControl CacheControlFeature.initCacheControl(Cache methodCached)
           
protected  CacheControl CacheControlFeature.initCacheControl(NoCache value)
           
 

Constructors in org.jboss.resteasy.plugins.interceptors with parameters of type CacheControl
CacheControlFilter(CacheControl cacheControl)
           
 

Uses of CacheControl in org.jboss.resteasy.specimpl
 

Methods in org.jboss.resteasy.specimpl with parameters of type CacheControl
 Response.ResponseBuilder ResponseBuilderImpl.cacheControl(CacheControl cacheControl)
           
 



Copyright © 2012. All Rights Reserved.