| Package | Description |
|---|---|
| com.adobe.cq.wcm.core.components.models |
This package defines the Sling Models exposed by the Adobe Experience Manager Core WCM Components Bundle.
|
| com.adobe.cq.wcm.core.components.models.datalayer |
This packages defines models for integration with
Adobe Client Data Layer
|
| com.adobe.cq.wcm.core.components.models.datalayer.builder |
This packages defines a helper utility for building data layer models for integration with
Adobe Client Data Layer.
|
| Modifier and Type | Method and Description |
|---|---|
default @Nullable ComponentData |
Component.getData()
Returns the data layer information associated with the component
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainerData
Interface defining data for container components.
|
interface |
ImageData
Interface defining data for image components.
|
interface |
PageData
Interface defining data for page components.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull ComponentData |
ComponentDataBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static IdRequiredDataBuilder<ComponentDataBuilder,ComponentData> |
DataLayerBuilder.forComponent()
Get a ComponentDataBuilder for a component.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentDataLayerExtender |
DataLayerBuilder.extending(@NotNull ComponentData componentData)
Extend an existing component data layer model.
|
Copyright © 2020. All rights reserved.