Class CouponNotificationSiteMsgUrlResolver
- java.lang.Object
-
- de.hybris.platform.notificationfacades.url.SiteMessageUrlResolver<CustomerCouponModel>
-
- de.hybris.platform.customercouponfacades.url.impl.CouponNotificationSiteMsgUrlResolver
-
- All Implemented Interfaces:
UrlResolver<CustomerCouponModel>
public class CouponNotificationSiteMsgUrlResolver extends SiteMessageUrlResolver<CustomerCouponModel>
Resolves the URL related to coupon notification in site message
-
-
Constructor Summary
Constructors Constructor Description CouponNotificationSiteMsgUrlResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringresolve(CustomerCouponModel source)Resolve the url path for the source type.-
Methods inherited from class de.hybris.platform.notificationfacades.url.SiteMessageUrlResolver
getDefaultUrl, setDefaultUrl
-
-
-
-
Method Detail
-
resolve
public java.lang.String resolve(CustomerCouponModel source)
Description copied from interface:UrlResolverResolve the url path for the source type.- Parameters:
source- the source type.- Returns:
- the URL path
-
-