Interface ContainerItem
- All Known Subinterfaces:
PanelContainerItem
Interface for a single item in a container.
Every container item has at least a resource.
- Since:
- com.adobe.cq.wcm.core.components.models 12.27.0
-
Method Summary
-
Method Details
-
getResource
Gets the resource for this container item.- Returns:
- The resource for this container item.
- Since:
- com.adobe.cq.wcm.core.components.models 12.27.0
-
getName
Gets the name of this container item.- Returns:
- The name of this container item.
- Since:
- com.adobe.cq.wcm.core.components.models 12.27.0
-
getPath
Returns the path of this container item.- Returns:
- the container item path or
null - Since:
- com.adobe.cq.wcm.core.components.models 12.28.0
-