Package org.restlet.engine.header
Class ProductWriter
- java.lang.Object
-
- org.restlet.engine.header.ProductWriter
-
public class ProductWriter extends java.lang.ObjectUser agent header writer.
-
-
Constructor Summary
Constructors Constructor Description ProductWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringwrite(java.util.List<Product> products)Formats the given List of Products to a String.
-
-
-
Method Detail
-
write
public static java.lang.String write(java.util.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.
-
-