|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
---|---|
org.restlet.data | Element of information handled by a component via a connector. |
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of Dimension in org.restlet.data |
---|
Methods in org.restlet.data that return Dimension | |
---|---|
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. |
Methods in org.restlet.data that return types with arguments of type Dimension | |
---|---|
java.util.Set<Dimension> |
Response.getDimensions()
Returns the modifiable set of selecting dimensions on which the response entity may vary. |
Method parameters in org.restlet.data with type arguments of type Dimension | |
---|---|
void |
Response.setDimensions(java.util.Set<Dimension> dimensions)
Sets the set of dimensions on which the response entity may vary. |
Uses of Dimension in org.restlet.util |
---|
Methods in org.restlet.util that return types with arguments of type Dimension | |
---|---|
java.util.Set<Dimension> |
WrapperResponse.getDimensions()
Returns the set of selecting dimensions on which the response entity may vary. |
Method parameters in org.restlet.util with type arguments of type Dimension | |
---|---|
abstract java.lang.String |
Engine.formatDimensions(java.util.Collection<Dimension> dimensions)
Formats the given Set of Dimensions to a String for the HTTP Vary header. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |