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

com.adobe.acs.commons.sorter.Sorters Maven / Gradle / Ivy

There is a newer version: 6.6.0
Show newest version
package com.adobe.acs.commons.sorter;

import org.osgi.annotation.versioning.ProviderType;

import java.util.Collection;

@ProviderType
public interface Sorters {
    /**
     * This is intended to power the Sorter configuration UI.
     *
     * @return a collection of available sorters registered in AEM.
     */
    Collection getAvailableSorters();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy