@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.
-
Interface Summary Interface Description ComponentExporter Defines the JSON export of a component.ContainerExporter Defines the JSON export of a container component.SlingModelFilter TheSlingModelFilter
can be used byComponentExporter
s in order to filterResource
s and properties that are exported. -
Class Summary Class Description ExporterConstants