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 Summary
Modifier and TypeMethodDescriptionfilterForSeoProperties(Map<String, String> properties) gatherSeoProperties(org.broadleafcommerce.common.page.dto.PageDTO page) gatherSeoProperties(org.broadleafcommerce.core.catalog.domain.Category category) gatherSeoProperties(org.broadleafcommerce.core.catalog.domain.Product product)
-
Method Details
-
filterForSeoProperties
-
gatherSeoProperties
-
gatherSeoProperties
-
gatherSeoProperties
-