Uses of Class
org.restlet.data.Dimension

Packages that use Dimension
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. 
 

Uses of Dimension in org.restlet
 

Methods in org.restlet that return types with arguments of type Dimension
 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
 void Response.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
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.
 

Uses of Dimension in org.restlet.resource
 

Methods in org.restlet.resource that return types with arguments of type Dimension
 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
 void ServerResource.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 Dimension
 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
 void WrapperResponse.setDimensions(Set<Dimension> dimensions)
           
 



Copyright © 2005-2013 Restlet.