|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Product | |
---|---|
org.restlet.data | Element of information handled by a component via a connector. |
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of Product in org.restlet.data |
---|
Methods in org.restlet.data that return Product | |
---|---|
Product |
ClientInfo.getMainAgentProduct()
Returns a Product object based on the name of the user agent. |
Methods in org.restlet.data that return types with arguments of type Product | |
---|---|
java.util.List<Product> |
ClientInfo.getAgentProducts()
Returns the list of product tokens from the user agent name. |
Uses of Product in org.restlet.util |
---|
Methods in org.restlet.util that return types with arguments of type Product | |
---|---|
abstract java.util.List<Product> |
Engine.parseUserAgent(java.lang.String userAgent)
Parses the given user agent String to a list of Product instances. |
Method parameters in org.restlet.util with type arguments of type Product | |
---|---|
abstract java.lang.String |
Engine.formatUserAgent(java.util.List<Product> products)
Formats the given List of Products to a String. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |