Class AbstractSeoPropertyGenerator
java.lang.Object
org.broadleafcommerce.core.web.seo.AbstractSeoPropertyGenerator
- All Implemented Interfaces:
SeoPropertyGenerator
- Direct Known Subclasses:
BasicSeoPropertyGeneratorImpl
An
AbstractSeoPropertyGenerator understands how to gather a specific set of SEO properties for the given domain object- Author:
- Chris Kittrell (ckittrell)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SeoDefaultPropertyServiceprotected org.springframework.core.env.Environment -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongatherSeoProperties(PageDTO page) gatherSeoProperties(Category category) gatherSeoProperties(Product product) getSimpleProperties(PageDTO page) getSimpleProperties(Category category) getSimpleProperties(Product product) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.core.web.seo.SeoPropertyGenerator
filterForSeoProperties
-
Field Details
-
env
@Autowired protected org.springframework.core.env.Environment env -
defaultPropertyService
-
-
Constructor Details
-
AbstractSeoPropertyGenerator
public AbstractSeoPropertyGenerator()
-
-
Method Details
-
gatherSeoProperties
- Specified by:
gatherSeoPropertiesin interfaceSeoPropertyGenerator
-
gatherSeoProperties
- Specified by:
gatherSeoPropertiesin interfaceSeoPropertyGenerator
-
gatherSeoProperties
- Specified by:
gatherSeoPropertiesin interfaceSeoPropertyGenerator
-
getSimpleProperties
-
getSimpleProperties
-
getSimpleProperties
-