io.focuspoints.beans.gallery.FocusPointImageSetBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of focuspoints-bloomreach15-site Show documentation
Show all versions of focuspoints-bloomreach15-site Show documentation
FocusPoints BloomReach 15 Site
package io.focuspoints.beans.gallery;
import org.hippoecm.hst.content.beans.Node;
import org.hippoecm.hst.content.beans.standard.HippoGalleryImageSet;
@Node(jcrType = FocusPointImageSetBean.TYPE_NAME)
public class FocusPointImageSetBean extends HippoGalleryImageSet implements FocusPointImageSet {
@Override
public String getFocusPoint() {
return this.getSingleProperty(FIELD_FOCUS_POINT);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy