Interface PageData
- All Superinterfaces:
ComponentData
Interface defining data for page components.
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringReturns the page language used in the data layerdefault String[]getTags()Returns the page tags used in the data layerdefault StringReturns the page template used in the data layerdefault StringgetUrl()Returns the page URL used in the data layerMethods inherited from interface com.adobe.cq.wcm.core.components.models.datalayer.ComponentData
getDescription, getId, getJson, getLastModifiedDate, getLinkUrl, getParentId, getText, getTitle, getType
-
Method Details
-
getTags
Returns the page tags used in the data layer- Returns:
- tags array
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
getUrl
Returns the page URL used in the data layer- Returns:
- link URL
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
getTemplatePath
Returns the page template used in the data layer- Returns:
- JCR template path
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
getLanguage
Returns the page language used in the data layer- Returns:
- language
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-