Package org.restlet.engine.header
Class ProductWriter
- java.lang.Object
-
- org.restlet.engine.header.ProductWriter
-
public class ProductWriter extends java.lang.Object
User agent header writer.- Author:
- Thierry Boileau
-
-
Constructor Summary
Constructors Constructor Description ProductWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
write(java.util.List<org.restlet.data.Product> products)
Formats the given List of Products to a String.
-