Class PageImageThumbnail
- java.lang.Object
-
- com.adobe.cq.wcm.core.components.commons.editor.dialog.PageImageThumbnail
-
@Model(adaptables=SlingHttpServletRequest.class) public class PageImageThumbnail extends Object
Defines a Sling Model used by thecore/wcm/components/commons/editor/dialog/pageimagethumbnail/v1/pageimagethumbnaildialog component.- Since:
- com.adobe.cq.wcm.core.components.commons.editor.dialog 1.0.0
-
-
Constructor Summary
Constructors Constructor Description PageImageThumbnail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlt()Returns the alternative text of the featured image of the page, which the component belongs to.StringgetSrc()Returns the src attribute of the featured image of the page, which the component belongs to.
-
-
-
Method Detail
-
getAlt
public String getAlt()
Returns the alternative text of the featured image of the page, which the component belongs to.- Returns:
- the alternative text of the page image
-
getSrc
public String getSrc()
Returns the src attribute of the featured image of the page, which the component belongs to.- Returns:
- the alternative text of the page image
-
-