Class PageKeywordRedirectUrlResolver
java.lang.Object
de.hybris.platform.acceleratorservices.solr.keywordredirect.PageKeywordRedirectUrlResolver
- All Implemented Interfaces:
KeywordRedirectUrlResolver<SolrPageRedirectModel>,UrlResolver<SolrPageRedirectModel>
public class PageKeywordRedirectUrlResolver
extends Object
implements KeywordRedirectUrlResolver<SolrPageRedirectModel>
KeywordRedirectUrlResolver to create redirect URLs for WCMS pages
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve(SolrPageRedirectModel redirect) Resolve the url path for the source type.
-
Constructor Details
-
PageKeywordRedirectUrlResolver
public PageKeywordRedirectUrlResolver()
-
-
Method Details
-
resolve
Description copied from interface:UrlResolverResolve the url path for the source type.- Specified by:
resolvein interfaceUrlResolver<SolrPageRedirectModel>- Parameters:
redirect- the source type.- Returns:
- the URL path
-