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

Packages that use CacheControl
com.sun.jersey.api Provides support for responses and exceptions. 
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
 

Uses of CacheControl in com.sun.jersey.api
 

Methods in com.sun.jersey.api with parameters of type CacheControl
 B JResponse.AJResponseBuilder.cacheControl(CacheControl cacheControl)
          Set the cache control.
 

Uses of CacheControl in com.sun.jersey.core.spi.factory
 

Methods in com.sun.jersey.core.spi.factory with parameters of type CacheControl
 Response.ResponseBuilder ResponseBuilderImpl.cacheControl(CacheControl cacheControl)
           
 

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.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.