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

com.citytechinc.cq.component.editconfig.registry.InPlaceEditorRegistry Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.citytechinc.cq.component.editconfig.registry;

import com.citytechinc.cq.component.util.InPlaceEditorConfigHolder;

import java.util.Set;

public interface InPlaceEditorRegistry {

    /**
     * @return The In Place Editor Configuration associated with the specified
     * annotation
     */
    InPlaceEditorConfigHolder getInPlaceEditorForAnnotation(Class annotation);

    /**
     * @return A set of all known In Place Editor annotations
     */
    Set> getRegisteredAnnotations();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy