Image Component
Class Name
The Image Component is implemented by the class
org.onehippo.cms7.essentials.components.EssentialsImageComponent
Purpose
The Image component is designed to make an image (set) available to the rendering template. It is very similar to the Document component. The main difference is that the component parameter dialog restricts you to selecting an image from the gallery, rather than an arbitrary document.
Component Parameters
Name | Description |
document | Repository path to the image set (handle) representing the desired image. This parameter is mandatory. |
Rendering Attributes
Name | Type | Description |
document | org.hippoecm.hst.content.beans.standard.HippoGalleryImageSet (or sub-class) | Bean representing the image set referred to by the component parameter. |
cparam | org.onehippo.cms7.essentials.components.info.EssentialsCarouselComponentInfo | Component parameters (see above) for use in the rendering template. |