Class ProductReader

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

public class ProductReader extends Object
User agent header reader.
Author:
Thierry Boileau
  • Method Details

    • read

      public static List<Product> read(String userAgent) throws IllegalArgumentException
      Parses the given user agent String to a list of Product instances.
      Parameters:
      userAgent -
      Returns:
      the List of Product objects parsed from the String
      Throws:
      IllegalArgumentException - Thrown if the String can not be parsed as a list of Product instances.