public abstract class AbstractLinkedDataGeneratorExtensionHandler extends AbstractExtensionHandler implements LinkedDataGeneratorExtensionHandler
enabled, priority| Constructor and Description |
|---|
AbstractLinkedDataGeneratorExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
addAggregateReviewData(javax.servlet.http.HttpServletRequest request,
Product product,
org.codehaus.jettison.json.JSONObject reviewData) |
ExtensionResultStatusType |
addAggregateSkuData(javax.servlet.http.HttpServletRequest request,
Product product,
org.codehaus.jettison.json.JSONObject skuData) |
ExtensionResultStatusType |
addBreadcrumbData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONObject breadcrumbData) |
ExtensionResultStatusType |
addBreadcrumbItemData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONObject breadcrumbData) |
ExtensionResultStatusType |
addBreadcrumbListItemData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONObject breadcrumbData) |
ExtensionResultStatusType |
addCategoryData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONObject categoryData) |
ExtensionResultStatusType |
addCategoryProductData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONObject categoryData) |
ExtensionResultStatusType |
addContactData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONObject homepageData) |
ExtensionResultStatusType |
addDefaultData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONArray defaultData) |
ExtensionResultStatusType |
addHomepageData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONArray homepageData) |
ExtensionResultStatusType |
addOrganizationData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONObject homepageData) |
ExtensionResultStatusType |
addPotentialActionsData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONObject homepageData) |
ExtensionResultStatusType |
addProductData(javax.servlet.http.HttpServletRequest request,
Product product,
org.codehaus.jettison.json.JSONObject productData) |
ExtensionResultStatusType |
addReviewData(javax.servlet.http.HttpServletRequest request,
Product product,
org.codehaus.jettison.json.JSONObject reviewData) |
ExtensionResultStatusType |
addSkuData(javax.servlet.http.HttpServletRequest request,
Product product,
org.codehaus.jettison.json.JSONObject skuData) |
ExtensionResultStatusType |
addSocialMediaData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONArray homepageData) |
ExtensionResultStatusType |
addWebSiteData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONObject homepageData) |
getPriority, isEnabled, setEnabled, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, isEnabledpublic AbstractLinkedDataGeneratorExtensionHandler()
public ExtensionResultStatusType addDefaultData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONArray defaultData) throws org.codehaus.jettison.json.JSONException
addDefaultData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addBreadcrumbData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject breadcrumbData) throws org.codehaus.jettison.json.JSONException
addBreadcrumbData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addBreadcrumbListItemData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject breadcrumbData) throws org.codehaus.jettison.json.JSONException
addBreadcrumbListItemData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addBreadcrumbItemData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject breadcrumbData) throws org.codehaus.jettison.json.JSONException
addBreadcrumbItemData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addHomepageData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONArray homepageData) throws org.codehaus.jettison.json.JSONException
addHomepageData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addWebSiteData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject homepageData) throws org.codehaus.jettison.json.JSONException
addWebSiteData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addOrganizationData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject homepageData) throws org.codehaus.jettison.json.JSONException
addOrganizationData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addContactData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject homepageData) throws org.codehaus.jettison.json.JSONException
addContactData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addSocialMediaData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONArray homepageData) throws org.codehaus.jettison.json.JSONException
addSocialMediaData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addPotentialActionsData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject homepageData) throws org.codehaus.jettison.json.JSONException
addPotentialActionsData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addCategoryData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject categoryData) throws org.codehaus.jettison.json.JSONException
addCategoryData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addCategoryProductData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject categoryData) throws org.codehaus.jettison.json.JSONException
addCategoryProductData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addReviewData(javax.servlet.http.HttpServletRequest request, Product product, org.codehaus.jettison.json.JSONObject reviewData) throws org.codehaus.jettison.json.JSONException
addReviewData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addAggregateReviewData(javax.servlet.http.HttpServletRequest request, Product product, org.codehaus.jettison.json.JSONObject reviewData) throws org.codehaus.jettison.json.JSONException
addAggregateReviewData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addProductData(javax.servlet.http.HttpServletRequest request, Product product, org.codehaus.jettison.json.JSONObject productData) throws org.codehaus.jettison.json.JSONException
addProductData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addSkuData(javax.servlet.http.HttpServletRequest request, Product product, org.codehaus.jettison.json.JSONObject skuData) throws org.codehaus.jettison.json.JSONException
addSkuData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionpublic ExtensionResultStatusType addAggregateSkuData(javax.servlet.http.HttpServletRequest request, Product product, org.codehaus.jettison.json.JSONObject skuData) throws org.codehaus.jettison.json.JSONException
addAggregateSkuData in interface LinkedDataGeneratorExtensionHandlerorg.codehaus.jettison.json.JSONExceptionCopyright © 2020. All rights reserved.