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

com.day.cq.dam.api.FolderSettings Maven / Gradle / Ivy

package com.day.cq.dam.api;

import aQute.bnd.annotation.ProviderType;
import org.apache.sling.api.SlingHttpServletRequest;
import org.apache.sling.servlets.post.PostResponse;

/**
 *
 */
@ProviderType
public interface FolderSettings {

    void execute(SlingHttpServletRequest folderSettingsRequest, PostResponse folderSettingsResponse);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy