public abstract class AbstractSeoPropertyGenerator extends Object implements SeoPropertyGenerator
AbstractSeoPropertyGenerator understands how to gather a specific set of SEO properties for the given domain object| Modifier and Type | Field and Description |
|---|---|
protected SeoDefaultPropertyService |
defaultPropertyService |
protected org.springframework.core.env.Environment |
env |
| Constructor and Description |
|---|
AbstractSeoPropertyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
gatherSeoProperties(Category category) |
Map<String,String> |
gatherSeoProperties(PageDTO page) |
Map<String,String> |
gatherSeoProperties(Product product) |
protected Map<String,String> |
getSimpleProperties(Category category) |
protected Map<String,String> |
getSimpleProperties(PageDTO page) |
protected Map<String,String> |
getSimpleProperties(Product product) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterForSeoProperties@Autowired protected org.springframework.core.env.Environment env
protected SeoDefaultPropertyService defaultPropertyService
public Map<String,String> gatherSeoProperties(Category category)
gatherSeoProperties in interface SeoPropertyGeneratorpublic Map<String,String> gatherSeoProperties(Product product)
gatherSeoProperties in interface SeoPropertyGeneratorpublic Map<String,String> gatherSeoProperties(PageDTO page)
gatherSeoProperties in interface SeoPropertyGeneratorCopyright © 2025. All rights reserved.