Package com.day.cq.wcm.api
Interface PageInfoProvider
public interface PageInfoProvider
A
PageInfoProvider is used to provide status information
for a resource, usually a page or an aggregate root node.-
Method Summary
Modifier and TypeMethodDescriptionvoidupdatePageInfo(SlingHttpServletRequest request, JSONObject info, Resource resource) Updates the info.
-
Method Details
-
updatePageInfo
void updatePageInfo(SlingHttpServletRequest request, JSONObject info, Resource resource) throws JSONException Updates the info.- Parameters:
request- the servlet requestinfo- the json inforesource- the resource to retrieve the info for- Throws:
JSONException- if an error occurrs.
-