public interface PageInfoProvider
PageInfoProvider
is used to provide status information
for a resource, usually a page or an aggregate root node.Modifier and Type | Method and Description |
---|---|
void |
updatePageInfo(SlingHttpServletRequest request,
JSONObject info,
Resource resource)
Updates the info.
|
void updatePageInfo(SlingHttpServletRequest request, JSONObject info, Resource resource) throws JSONException
request
- the servlet requestinfo
- the json inforesource
- the resource to retrieve the info forJSONException
- if an error occurrs.Copyright © 2010 - 2020 Adobe. All Rights Reserved