Uses of Class
org.restlet.data.Dimension
-
Packages that use Dimension Package Description org.restlet Core classes of the API.org.restlet.data Information exchanged by components.org.restlet.engine.header Supports HTTP header parsing and formatting.org.restlet.ext.jaxrs.internal.util org.restlet.resource Client and server resource classes.org.restlet.util Various utility classes. -
-
Uses of Dimension in org.restlet
Fields in org.restlet with type parameters of type Dimension Modifier and Type Field Description private java.util.Set<Dimension>Response. dimensionsThe set of dimensions on which the response entity may vary.Methods in org.restlet that return types with arguments of type Dimension Modifier and Type Method Description 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 with type arguments of type Dimension Modifier and Type Method Description voidResponse. setDimensions(java.util.Set<Dimension> dimensions)Sets the set of dimensions on which the response entity may vary. -
Uses of Dimension in org.restlet.data
Methods in org.restlet.data that return Dimension Modifier and Type Method Description static DimensionDimension. 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. -
Uses of Dimension in org.restlet.engine.header
Methods in org.restlet.engine.header that return Dimension Modifier and Type Method Description DimensionDimensionReader. readValue()Methods in org.restlet.engine.header that return types with arguments of type Dimension Modifier and Type Method Description HeaderWriter<Dimension>DimensionWriter. append(Dimension dimension)Methods in org.restlet.engine.header with parameters of type Dimension Modifier and Type Method Description HeaderWriter<Dimension>DimensionWriter. append(Dimension dimension)Method parameters in org.restlet.engine.header with type arguments of type Dimension Modifier and Type Method Description static voidDimensionReader. addValues(Header header, java.util.Collection<Dimension> collection)Adds values to the given collection.DimensionWriterDimensionWriter. append(java.util.Collection<Dimension> dimensions)Appends a collection of dimensions as a header.static java.lang.StringDimensionWriter. write(java.util.Collection<Dimension> dimensions)Creates a vary header from the given dimensions. -
Uses of Dimension in org.restlet.ext.jaxrs.internal.util
Method parameters in org.restlet.ext.jaxrs.internal.util with type arguments of type Dimension Modifier and Type Method Description static java.lang.StringUtil. formatDimensions(java.util.Set<Dimension> dimensions)Deprecated.Formats the givenSetofDimensions to a String for the HTTP Vary header. -
Uses of Dimension in org.restlet.resource
Methods in org.restlet.resource that return types with arguments of type Dimension Modifier and Type Method Description java.util.Set<Dimension>Resource. getDimensions()Returns the modifiable set of selecting dimensions on which the response entity may vary.Method parameters in org.restlet.resource with type arguments of type Dimension Modifier and Type Method Description voidServerResource. 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidWrapperResponse. setDimensions(java.util.Set<Dimension> dimensions)
-