Interface SeoPropertyGenerator

All Known Implementing Classes:
AbstractSeoPropertyGenerator, BasicSeoPropertyGeneratorImpl

public interface SeoPropertyGenerator
A SeoPropertyGenerator understands how to gather a specific set of SEO properties for the given domain object
Author:
Chris Kittrell (ckittrell)
  • Method Details

    • filterForSeoProperties

      Map<String,String> filterForSeoProperties(Map<String,String> properties)
    • gatherSeoProperties

      Map<String,String> gatherSeoProperties(org.broadleafcommerce.core.catalog.domain.Category category)
    • gatherSeoProperties

      Map<String,String> gatherSeoProperties(org.broadleafcommerce.core.catalog.domain.Product product)
    • gatherSeoProperties

      Map<String,String> gatherSeoProperties(org.broadleafcommerce.common.page.dto.PageDTO page)