org.restlet.engine.header
Class ProductWriter
java.lang.Object
org.restlet.engine.header.ProductWriter
public class ProductWriter
- extends Object
User agent header writer.
- Author:
- Thierry Boileau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductWriter
public ProductWriter()
write
public static String write(List<Product> products)
- Formats the given List of Products to a String.
- Parameters:
products
- The list of products to format.
- Returns:
- the List of Products as String.
Copyright © 2005-2013 Restlet.