org.restlet.engine.header
Class ProductWriter

java.lang.Object
  extended by org.restlet.engine.header.ProductWriter

public class ProductWriter
extends Object

User agent header writer.

Author:
Thierry Boileau

Constructor Summary
ProductWriter()
           
 
Method Summary
static String write(List<Product> products)
          Formats the given List of Products to a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductWriter

public ProductWriter()
Method Detail

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.