Interface PageData
-
- All Superinterfaces:
ComponentData
public interface PageData extends ComponentData
Interface defining data for page components.- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetLanguage()Returns the page language used in the data layerdefault String[]getTags()Returns the page tags used in the data layerdefault StringgetTemplatePath()Returns the page template used in the data layerdefault StringgetUrl()Returns the page URL used in the data layer-
Methods inherited from interface com.adobe.cq.wcm.core.components.models.datalayer.ComponentData
getDescription, getId, getJson, getLastModifiedDate, getLinkUrl, getParentId, getText, getTitle, getType
-
-
-
-
Method Detail
-
getTags
default String[] 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
default String 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
default String 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
default String getLanguage()
Returns the page language used in the data layer- Returns:
- language
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
-