|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.cache.server | |
| org.jboss.resteasy.plugins.delegates | |
| org.jboss.resteasy.plugins.interceptors | |
| 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(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 |
|---|
| 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 |
JBossCache.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 |
CacheControlInterceptor.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||