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

com.icfolson.aem.library.api.link.ImageLink Maven / Gradle / Ivy

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