Uses of Enum Class
org.restlet.data.Dimension
Packages that use Dimension
Package
Description
Core classes of the Restlet API.
Information exchanged by components.
Supports HTTP header parsing and formatting.
Client and server resource classes.
Various utility classes.
-
Uses of Dimension in org.restlet
Methods in org.restlet that return types with arguments of type DimensionModifier and TypeMethodDescriptionResponse.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 DimensionModifier and TypeMethodDescriptionvoidResponse.setDimensions(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 -
Uses of Dimension in org.restlet.engine.header
Methods in org.restlet.engine.header that return DimensionMethods in org.restlet.engine.header that return types with arguments of type DimensionModifier and TypeMethodDescriptionMethods in org.restlet.engine.header with parameters of type DimensionModifier and TypeMethodDescriptionMethod parameters in org.restlet.engine.header with type arguments of type DimensionModifier and TypeMethodDescriptionstatic voidDimensionReader.addValues(Header header, Collection<Dimension> collection) Adds values to the given collection.DimensionWriter.append(Collection<Dimension> dimensions) Appends a collection of dimensions as a header.static StringDimensionWriter.write(Collection<Dimension> dimensions) Creates a vary header from the given dimensions. -
Uses of Dimension in org.restlet.resource
Methods in org.restlet.resource that return types with arguments of type DimensionModifier and TypeMethodDescriptionResource.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 DimensionModifier and TypeMethodDescriptionvoidServerResource.setDimensions(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 DimensionModifier and TypeMethodDescriptionWrapperResponse.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