public interface ResourceStatusProvider
ResourceStatusProvider
is used to provide status information
for a resource, usually a page or an aggregate root node.Modifier and Type | Method and Description |
---|---|
void |
writeStatus(SlingHttpServletRequest request,
JSONWriter writer,
Resource resource)
Deprecated.
Writes the status to the given json item writer.
|
void writeStatus(SlingHttpServletRequest request, JSONWriter writer, Resource resource) throws JSONException
request
- the servlet requestwriter
- the writerresource
- the resource to retrieve the status forJSONException
- if an error occurrs.Copyright © 2010 - 2020 Adobe. All Rights Reserved