| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
B |
JResponse.AJResponseBuilder.cacheControl(CacheControl cacheControl)
Set the cache control.
|
| Modifier and Type | Method and Description |
|---|---|
Response.ResponseBuilder |
ResponseBuilderImpl.cacheControl(CacheControl cacheControl) |
| Modifier and Type | Method and Description |
|---|---|
static CacheControl |
CacheControl.valueOf(java.lang.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.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.