All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.focuspoints.beans.gallery.FocusPointImageSetBean Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
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