Class ProductWriter

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

public class ProductWriter extends Object
User agent header writer.
Author:
Thierry Boileau
  • Constructor Details

    • ProductWriter

      public ProductWriter()
  • Method Details

    • 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.