@Service(value="blSeoPropertyService") @ConditionalOnTemplating public class SeoPropertyServiceImpl extends Object implements SeoPropertyService
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.core.env.Environment |
env |
protected List<SeoPropertyGenerator> |
generators |
protected static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
SeoPropertyServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getSeoProperties(Category category)
Returns a Map
|
Map<String,String> |
getSeoProperties(org.broadleafcommerce.common.page.dto.PageDTO page)
Returns a Map
|
Map<String,String> |
getSeoProperties(Product product)
Returns a Map
|
protected static final org.apache.commons.logging.Log LOG
@Autowired protected org.springframework.core.env.Environment env
protected List<SeoPropertyGenerator> generators
public Map<String,String> getSeoProperties(Product product)
SeoPropertyServiceProductAttributes from their respective entities.
It does not filter these attributes, and it is quite likely that some of these attributes will not be SEO related.
Individual resolvers for these attributes will skip ones that do not apply.getSeoProperties in interface SeoPropertyServicepublic Map<String,String> getSeoProperties(Category category)
SeoPropertyServiceCategoryAttributes from their respective entities.
It does not filter these attributes, and it is quite likely that some of these attributes will not be SEO related.
Individual resolvers for these attributes will skip ones that do not apply.getSeoProperties in interface SeoPropertyServicepublic Map<String,String> getSeoProperties(org.broadleafcommerce.common.page.dto.PageDTO page)
SeoPropertyServicePageAttributes from their respective entities.
It does not filter these attributes, and it is quite likely that some of these attributes will not be SEO related.
Individual resolvers for these attributes will skip ones that do not apply.getSeoProperties in interface SeoPropertyServiceCopyright © 2017. All rights reserved.