@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 TheSlingModelFiltercan be used byComponentExporters in order to filterResources and properties that are exported. -
Class Summary Class Description ExporterConstants