Package com.day.cq.wcm.foundation.model
Interface Page
-
- All Superinterfaces:
ComponentExporter
,ContainerExporter
@ConsumerType public interface Page extends ContainerExporter
Defines thePage
Sling Model used for the/libs/wcm/foundation/components/page
component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTemplateType()
java.lang.String
getTitle()
-
Methods inherited from interface com.adobe.cq.export.json.ComponentExporter
getExportedType
-
Methods inherited from interface com.adobe.cq.export.json.ContainerExporter
getExportedItems, getExportedItemsOrder
-
-