Package com.adobe.cq.export.json
@Version("2.0.3")
package com.adobe.cq.export.json
Provides interfaces and classes used to generate a JSON rendition for the WCM components.
Those interfaces are meant to be implemented by the component's Sling Models and rely on the Sling Model Exporter framework.
-
ClassDescriptionDefines the JSON export of a component.Defines the JSON export of a container component.The
SlingModelFilter
can be used byComponentExporter
s in order to filterResource
s and properties that are exported.