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

com.composum.pages.options.assets.model.AdaptiveSrcset Maven / Gradle / Ivy

/*
 * copyright (c) 2015 IST GmbH Dresden, Germany
 *
 * This software may be modified and distributed under the terms of the MIT license.
 */
package com.composum.pages.options.assets.model;

import com.composum.sling.core.BeanContext;
import org.apache.sling.api.resource.Resource;

public class AdaptiveSrcset extends AdaptiveImage {

    public AdaptiveSrcset(BeanContext context, Resource resource) {
        super(context, resource);
    }

    public AdaptiveSrcset() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy