@Version(value="1.0.0")
See: Description
Interface | Description |
---|---|
ResourceStatus |
Represents status information about a
Resource . |
ResourceStatusProvider |
This package defines an API which models generic statuses about resources and provides a mechanism to generate and retrieve such statuses. Resource statuses are meant to be displayed in the user interface by a status component which retrieves and renders statuses about a resource.
In order to provide statuses about resources, modules implement the
ResourceStatusProvider
interface. A
ResourceStatusProvider
generates
ResourceStatus
es of a certain status type.
Statuses are provided to consumers via the Sling ResourceProvider
API. A status
component uses a ResourceResolver
to retrieve statuses about a certain resource. By
using a special resource path format, it can retrieve all statuses, or only those matching one
or several status types (see
com.adobe.granite.resourcestatus.impl.StatusResourceProviderImpl
). The statuses are
obtained as Resource
objects wrapping statuses (see
ResourceStatus
). Using the default Sling JSON servlet,
status components can also retrieve a JSON representation of the statuses.
Copyright © 2010 - 2020 Adobe. All Rights Reserved