com.icfolson.aem.library.api.link.ImageLink Maven / Gradle / Ivy
package com.icfolson.aem.library.api.link;
/**
* An image link contains all of the attributes of a Link
with the addition of an image source attribute.
*/
public interface ImageLink extends Link {
/**
* @return image source or empty String if none
*/
String getImageSource();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy