Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.data |
Information exchanged by components.
|
org.restlet.resource |
Client and server resource classes.
|
org.restlet.util |
Various utility classes.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.lang.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 |
---|---|
java.util.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(java.util.Set<Dimension> dimensions)
Sets the set of dimensions on which the response entity may vary.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Set<Dimension> dimensions) |
Copyright © 2005-2024 Restlet.