@Component(value="blLinkedDataProcessor")
public class LinkedDataProcessor
extends org.broadleafcommerce.presentation.dialect.AbstractBroadleafTagReplacementProcessor
| Modifier and Type | Field and Description |
|---|---|
protected List<LinkedDataService> |
linkedDataServices |
| Constructor and Description |
|---|
LinkedDataProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDataForDestination(javax.servlet.http.HttpServletRequest request,
LinkedDataDestinationType destination)
Get the metadata for the specific page
|
String |
getName() |
org.broadleafcommerce.presentation.model.BroadleafTemplateModel |
getReplacementModel(String s,
Map<String,String> map,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context) |
protected LinkedDataDestinationType |
resolveDestination(javax.servlet.http.HttpServletRequest request)
Find out which page the user has requested
|
@Autowired protected List<LinkedDataService> linkedDataServices
public org.broadleafcommerce.presentation.model.BroadleafTemplateModel getReplacementModel(String s, Map<String,String> map, org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
protected LinkedDataDestinationType resolveDestination(javax.servlet.http.HttpServletRequest request)
request - the user HttpServletRequestprotected String getDataForDestination(javax.servlet.http.HttpServletRequest request, LinkedDataDestinationType destination)
request - the user requestdestination - the type of page trying to be visitedpublic String getName()
Copyright © 2017. All rights reserved.