Package com.day.cq.wcm.api
Interface PageInfoProvider
-
public interface PageInfoProvider
APageInfoProvider
is used to provide status information for a resource, usually a page or an aggregate root node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updatePageInfo(SlingHttpServletRequest request, JSONObject info, Resource resource)
Updates the info.
-
-
-
Method Detail
-
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.
-
-