Package com.adobe.cq.export.json
Interface ComponentExporter
-
- All Known Subinterfaces:
ContainerExporter,HierarchyNodeExporter,Page,ResponsiveColumnExporter,ResponsiveGridExporter
- All Known Implementing Classes:
ResponsiveColumn,ResponsiveGrid
@ConsumerType public interface ComponentExporterDefines the JSON export of a component.This interface is aimed at being implemented by Sling Model classes that should provide a JSON export for their corresponding component.
NOTE: Getter methods' names are all prefixed to avoid name conflicts with methods from the implementation class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExportedType()Returns the type of the resource for which the export is performed.
-