Package com.day.cq.commons
Interface ResourceStatusProvider
-
public interface ResourceStatusProvider
Deprecated.This is not used anymore and replaced by com.day.cq.wcm.api.PageInfoProviderAResourceStatusProvider
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 Deprecated Methods Modifier and Type Method Description void
writeStatus(SlingHttpServletRequest request, JSONWriter writer, Resource resource)
Deprecated.Writes the status to the given json item writer.
-
-
-
Method Detail
-
writeStatus
void writeStatus(SlingHttpServletRequest request, JSONWriter writer, Resource resource) throws JSONException
Deprecated.Writes the status to the given json item writer.- Parameters:
request
- the servlet requestwriter
- the writerresource
- the resource to retrieve the status for- Throws:
JSONException
- if an error occurrs.
-
-