|
Restlet Framework 2.2.3 Java Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.header.ProductReader
public class ProductReader
User agent header reader.
Method Summary | |
---|---|
static List<Product> |
read(String userAgent)
Parses the given user agent String to a list of Product instances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static List<Product> read(String userAgent) throws IllegalArgumentException
userAgent
-
IllegalArgumentException
- Thrown if the String can not be parsed as a list of Product
instances.
|
Restlet Framework 2.2.3 Java Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |