Package | Description |
---|---|
org.restlet | |
org.restlet.data | |
org.restlet.engine.header | |
org.restlet.resource | |
org.restlet.util |
Modifier and Type | Method and Description |
---|---|
Set<Dimension> |
Response.getDimensions()
Returns the modifiable set of selecting dimensions on which the response
entity may vary.
|
Modifier and Type | Method and Description |
---|---|
void |
Response.setDimensions(Set<Dimension> dimensions)
Sets the set of dimensions on which the response entity may vary.
|
Modifier and Type | Method and Description |
---|---|
static Dimension |
Dimension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dimension[] |
Dimension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
DimensionReader.readValue() |
Modifier and Type | Method and Description |
---|---|
HeaderWriter<Dimension> |
DimensionWriter.append(Dimension dimension) |
Modifier and Type | Method and Description |
---|---|
HeaderWriter<Dimension> |
DimensionWriter.append(Dimension dimension) |
Modifier and Type | Method and Description |
---|---|
static void |
DimensionReader.addValues(Header header,
Collection<Dimension> collection)
Adds values to the given collection.
|
DimensionWriter |
DimensionWriter.append(Collection<Dimension> dimensions)
Appends a collection of dimensions as a header.
|
static String |
DimensionWriter.write(Collection<Dimension> dimensions)
Creates a vary header from the given dimensions.
|
Modifier and Type | Method and Description |
---|---|
Set<Dimension> |
Resource.getDimensions()
Returns the modifiable set of selecting dimensions on which the response
entity may vary.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerResource.setDimensions(Set<Dimension> dimensions)
Sets the set of dimensions on which the response entity may vary.
|
Modifier and Type | Method and Description |
---|---|
Set<Dimension> |
WrapperResponse.getDimensions()
Returns the set of selecting dimensions on which the response entity may
vary.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperResponse.setDimensions(Set<Dimension> dimensions) |
Copyright © 2005–2016. All rights reserved.