| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.linkeddata.processor | |
| org.broadleafcommerce.core.web.linkeddata.service |
| Modifier and Type | Method and Description |
|---|---|
protected LinkedDataDestinationType |
LinkedDataProcessor.resolveDestination(javax.servlet.http.HttpServletRequest request)
Find out which page the user has requested
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
LinkedDataProcessor.getDataForDestination(javax.servlet.http.HttpServletRequest request,
LinkedDataDestinationType destination)
Get the metadata for the specific page
|
| Modifier and Type | Field and Description |
|---|---|
static LinkedDataDestinationType |
LinkedDataDestinationType.CATEGORY |
static LinkedDataDestinationType |
LinkedDataDestinationType.DEFAULT |
static LinkedDataDestinationType |
LinkedDataDestinationType.HOME |
static LinkedDataDestinationType |
LinkedDataDestinationType.PRODUCT |
| Modifier and Type | Method and Description |
|---|---|
static LinkedDataDestinationType |
LinkedDataDestinationType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
DefaultLinkedDataServiceImpl.canHandle(LinkedDataDestinationType destination) |
Boolean |
CategoryLinkedDataServiceImpl.canHandle(LinkedDataDestinationType destination) |
Boolean |
HomepageLinkedDataServiceImpl.canHandle(LinkedDataDestinationType destination) |
Boolean |
ProductLinkedDataServiceImpl.canHandle(LinkedDataDestinationType destination) |
Boolean |
LinkedDataService.canHandle(LinkedDataDestinationType destination)
Determines whether or not this LinkedDataService can handle the incoming
LinkedDataDestinationType |
Copyright © 2017. All rights reserved.