Uses of Class
org.restlet.data.Dimension

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(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're declared.
 

Methods in org.restlet.data that return types with arguments of type Dimension
 Set<Dimension> Response.getDimensions()
          Returns the set of selecting 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.
 



Copyright © 2005-2007 Noelios Consulting.