Class UriKeywordRedirectUrlResolver
java.lang.Object
de.hybris.platform.commerceservices.search.solrfacetsearch.keywordredirect.impl.UriKeywordRedirectUrlResolver
- All Implemented Interfaces:
KeywordRedirectUrlResolver<SolrURIRedirectModel>,UrlResolver<SolrURIRedirectModel>
public class UriKeywordRedirectUrlResolver
extends Object
implements KeywordRedirectUrlResolver<SolrURIRedirectModel>
trivial KeywordRedirectUrlResolver for Redirects to static URLs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve(SolrURIRedirectModel redirect) Resolve the url path for the source type.
-
Constructor Details
-
UriKeywordRedirectUrlResolver
public UriKeywordRedirectUrlResolver()
-
-
Method Details
-
resolve
Description copied from interface:UrlResolverResolve the url path for the source type.- Specified by:
resolvein interfaceUrlResolver<SolrURIRedirectModel>- Parameters:
redirect- the source type.- Returns:
- the URL path
-