Package | Description |
---|---|
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.plugins.interceptors | |
org.jboss.resteasy.specimpl |
Modifier and Type | Method and Description |
---|---|
static CacheControl |
CacheControl.valueOf(String value)
Creates a new instance of CacheControl by parsing the supplied string.
|
Modifier and Type | Method and Description |
---|---|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.cacheControl(CacheControl cacheControl)
Set the cache control data on the ResponseBuilder.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedCacheControl
Adds support for the public directive which is not supported by
CacheControl for some reason. |
Modifier and Type | Method and Description |
---|---|
CacheControl |
CacheControlDelegate.fromString(String value) |
Modifier and Type | Method and Description |
---|---|
String |
CacheControlDelegate.toString(CacheControl value) |
Modifier and Type | Field and Description |
---|---|
protected CacheControl |
CacheControlInterceptor.cacheControl |
Modifier and Type | Method and Description |
---|---|
Response.ResponseBuilder |
ResponseBuilderImpl.cacheControl(CacheControl cacheControl) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.