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

com.composum.sling.clientlibs.handle.ImageHandle Maven / Gradle / Ivy

package com.composum.sling.clientlibs.handle;

import org.apache.sling.api.resource.Resource;
import org.jetbrains.annotations.NotNull;

public class ImageHandle extends FileHandle {

    public ImageHandle(@NotNull Resource resource) {
        super(resource);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy