E - the type of the objectpublic interface UrlStrategy<E>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProductUrl(BaseSiteModel site,
ProductModel product)
Get the URL to the product for a given site.
|
java.lang.String |
getUrl(E obj)
Get the URL to the instance specified
|
java.lang.String getUrl(E obj)
obj - the objectjava.lang.String getProductUrl(BaseSiteModel site, ProductModel product)
site - product - Copyright © 2018 SAP SE. All Rights Reserved.