| Package | Description |
|---|---|
| de.hybris.platform.cms2.resource.contents.components |
| Modifier and Type | Method and Description |
|---|---|
CMSImageComponentModel |
CMSImageComponentResource.getCMSImageComponentModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CMSImageComponentModel |
CMSImageComponentResource.readResource(java.lang.String resourceId)
Gets the
CMSImageComponentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSImageComponentModel> |
CMSImageComponentsResource.getCMSImageComponentsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSImageComponentResource.setCMSImageComponentModel(CMSImageComponentModel value)
Convenience method which just delegates to
#setResourceValue(CMSImageComponentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSImageComponentsResource.setCMSImageComponentsCollection(java.util.Collection<CMSImageComponentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.