Uses of Class
org.restlet.gwt.data.Dimension

Packages that use Dimension
org.restlet.gwt.data Element of information handled by a component via a connector. 
org.restlet.gwt.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Dimension in org.restlet.gwt.data
 

Methods in org.restlet.gwt.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.gwt.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.gwt.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.gwt.util
 

Method parameters in org.restlet.gwt.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.
 



Copyright © 2005-2008 Noelios Technologies.