com.exadel.aem.toolkit.plugin.handlers.Handlers Maven / Gradle / Ivy
/*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.exadel.aem.toolkit.plugin.handlers;
import java.util.Map;
import java.util.function.BiConsumer;
import com.google.common.collect.ImmutableMap;
import com.exadel.aem.toolkit.api.annotations.meta.Scopes;
import com.exadel.aem.toolkit.api.handlers.Source;
import com.exadel.aem.toolkit.api.handlers.Target;
import com.exadel.aem.toolkit.plugin.handlers.common.AllowedChildrenHandler;
import com.exadel.aem.toolkit.plugin.handlers.common.CasualAnnotationsHandler;
import com.exadel.aem.toolkit.plugin.handlers.common.ComponentHandler;
import com.exadel.aem.toolkit.plugin.handlers.common.CqChildEditConfigHandler;
import com.exadel.aem.toolkit.plugin.handlers.common.CqDialogHandler;
import com.exadel.aem.toolkit.plugin.handlers.common.CqEditConfigHandler;
import com.exadel.aem.toolkit.plugin.handlers.common.CqHtmlTagHandler;
import com.exadel.aem.toolkit.plugin.handlers.common.MaxChildrenHandler;
import com.exadel.aem.toolkit.plugin.handlers.common.PropertyMappingHandler;
import com.exadel.aem.toolkit.plugin.handlers.dependson.DependsOnHandler;
import com.exadel.aem.toolkit.plugin.handlers.editconfig.DropTargetsHandler;
import com.exadel.aem.toolkit.plugin.handlers.editconfig.FormParametersHandler;
import com.exadel.aem.toolkit.plugin.handlers.editconfig.InplaceEditingHandler;
import com.exadel.aem.toolkit.plugin.handlers.editconfig.ListenersHandler;
import com.exadel.aem.toolkit.plugin.handlers.widgets.common.DataAnnotationHandler;
import com.exadel.aem.toolkit.plugin.handlers.widgets.common.DialogFieldAnnotationHandler;
import com.exadel.aem.toolkit.plugin.handlers.widgets.common.InheritanceHandler;
import com.exadel.aem.toolkit.plugin.handlers.widgets.common.MultipleAnnotationHandler;
import com.exadel.aem.toolkit.plugin.handlers.widgets.common.PropertyAnnotationHandler;
import com.exadel.aem.toolkit.plugin.handlers.widgets.common.ResourceTypeHandler;
/**
* Serves as the source for handler chains used to process user-specified data and prepare structures that are further
* rendered into Granite entities
* @see Source
* @see Target
*/
public class Handlers {
// Generic handlers
public static final BiConsumer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy