Class SearchRedirectServiceImpl
java.lang.Object
org.broadleafcommerce.core.search.redirect.service.SearchRedirectServiceImpl
- All Implemented Interfaces:
SearchRedirectService
@Service("blSearchRedirectService")
public class SearchRedirectServiceImpl
extends Object
implements SearchRedirectService
Created by ppatel.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionChecks the passed in URL to determine if there is a matching SearchRedirect.
-
Field Details
-
SearchRedirectDao
-
-
Constructor Details
-
SearchRedirectServiceImpl
public SearchRedirectServiceImpl()
-
-
Method Details
-
findSearchRedirectBySearchTerm
Checks the passed in URL to determine if there is a matching SearchRedirect. Returns null if no handler was found.- Specified by:
findSearchRedirectBySearchTermin interfaceSearchRedirectService- Parameters:
uri-- Returns:
-