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

Packages that use ClientInfo
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 ClientInfo in org.restlet.gwt.data
 

Methods in org.restlet.gwt.data that return ClientInfo
 ClientInfo Request.getClientInfo()
          Returns the client-specific information.
 

Methods in org.restlet.gwt.data with parameters of type ClientInfo
 void Request.setClientInfo(ClientInfo clientInfo)
          Sets the client-specific information.
 

Uses of ClientInfo in org.restlet.gwt.util
 

Methods in org.restlet.gwt.util with parameters of type ClientInfo
abstract  Variant Engine.getPreferredVariant(ClientInfo client, java.util.List<Variant> variants, Language defaultLanguage)
          Returns the best variant representation for a given resource according the the client preferences.
A default language is provided in case the variants don't match the client preferences.
 



Copyright © 2005-2008 Noelios Technologies.