public interface LinkedDataGeneratorExtensionHandler extends ExtensionHandler
LinkedDataGenerator.
Implementors should extend from AbstractLinkedDataGeneratorExtensionHandler to protect from API changes to this interface| 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 schemaObjects) |
ExtensionResultStatusType |
addHomepageData(javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONArray schemaObjects) |
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, isEnabledExtensionResultStatusType addDefaultData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONArray schemaObjects) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addBreadcrumbData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject breadcrumbData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addBreadcrumbListItemData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject breadcrumbData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addBreadcrumbItemData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject breadcrumbData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addHomepageData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONArray schemaObjects) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addWebSiteData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject homepageData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addOrganizationData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject homepageData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addContactData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject homepageData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addSocialMediaData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONArray homepageData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addPotentialActionsData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject homepageData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addCategoryData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject categoryData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addCategoryProductData(javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONObject categoryData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addReviewData(javax.servlet.http.HttpServletRequest request, Product product, org.codehaus.jettison.json.JSONObject reviewData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addAggregateReviewData(javax.servlet.http.HttpServletRequest request, Product product, org.codehaus.jettison.json.JSONObject reviewData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addProductData(javax.servlet.http.HttpServletRequest request, Product product, org.codehaus.jettison.json.JSONObject productData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addSkuData(javax.servlet.http.HttpServletRequest request, Product product, org.codehaus.jettison.json.JSONObject skuData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionExtensionResultStatusType addAggregateSkuData(javax.servlet.http.HttpServletRequest request, Product product, org.codehaus.jettison.json.JSONObject skuData) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionCopyright © 2023. All rights reserved.