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

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

Methods in org.restlet.gwt.data that return types with arguments of type Product
 java.util.List<Product> ClientInfo.getAgentProducts()
          Returns the list of product tokens from the user agent name.
 

Uses of Product in org.restlet.gwt.util
 

Methods in org.restlet.gwt.util that return types with arguments of type Product
abstract  java.util.List<Product> Engine.parseUserAgent(java.lang.String userAgent)
          Parses the given user agent String to a list of Product instances.
 

Method parameters in org.restlet.gwt.util with type arguments of type Product
abstract  java.lang.String Engine.formatUserAgent(java.util.List<Product> products)
          Formats the given List of Products to a String.
 



Copyright © 2005-2008 Noelios Technologies.