public interface LinkedDataGenerator
See http://schema.org/.
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(javax.servlet.http.HttpServletRequest request)
Determines whether or not this LinkedDataGenerator can handle the incoming request.
|
void |
getLinkedDataJSON(String url,
javax.servlet.http.HttpServletRequest request,
org.codehaus.jettison.json.JSONArray schemaObjects)
Gets the linked data for default pages
|
String |
getStructuredDataContext() |
boolean canHandle(javax.servlet.http.HttpServletRequest request)
request - void getLinkedDataJSON(String url, javax.servlet.http.HttpServletRequest request, org.codehaus.jettison.json.JSONArray schemaObjects) throws org.codehaus.jettison.json.JSONException
url - request - org.codehaus.jettison.json.JSONExceptionString getStructuredDataContext()
Copyright © 2020. All rights reserved.