Class SeoDefaultPropertyServiceImpl

java.lang.Object
org.broadleafcommerce.core.web.seo.SeoDefaultPropertyServiceImpl
All Implemented Interfaces:
SeoDefaultPropertyService

@Service("blSeoDefaultPropertyService") @ConditionalOnTemplating public class SeoDefaultPropertyServiceImpl extends Object implements SeoDefaultPropertyService
Author:
Chris Kittrell (ckittrell)
  • Field Details

    • LOG

      protected static final org.apache.commons.logging.Log LOG
    • env

      @Autowired protected org.springframework.core.env.Environment env
    • urlResolver

      protected org.broadleafcommerce.common.web.BaseUrlResolver urlResolver
    • facetService

      protected SearchFacetDTOService facetService
    • searchService

      protected org.broadleafcommerce.core.search.service.SearchService searchService
    • categoryDao

      protected org.broadleafcommerce.core.catalog.dao.CategoryDao categoryDao
  • Constructor Details

    • SeoDefaultPropertyServiceImpl

      public SeoDefaultPropertyServiceImpl()
  • Method Details