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

Packages that use CacheControl
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.delegates   
org.jboss.resteasy.specimpl   
 

Uses of CacheControl in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return CacheControl
static CacheControl CacheControl.valueOf(java.lang.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 on the ResponseBuilder.
 

Uses of CacheControl in org.jboss.resteasy.core
 

Fields in org.jboss.resteasy.core declared as CacheControl
protected  CacheControl ResourceMethodCacheControlInterceptor.cacheControl
           
 

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

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

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

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