Uses of Interface
com.composum.ai.aem.core.impl.autotranslate.AutoTranslateService
-
Packages that use AutoTranslateService Package Description com.composum.ai.aem.core.impl.autotranslate com.composum.ai.aem.core.impl.autotranslate.rollout -
-
Uses of AutoTranslateService in com.composum.ai.aem.core.impl.autotranslate
Classes in com.composum.ai.aem.core.impl.autotranslate that implement AutoTranslateService Modifier and Type Class Description class
AutoTranslateServiceImpl
A service that provides automatic translation of AEM pages. -
Uses of AutoTranslateService in com.composum.ai.aem.core.impl.autotranslate.rollout
Fields in com.composum.ai.aem.core.impl.autotranslate.rollout declared as AutoTranslateService Modifier and Type Field Description protected AutoTranslateService
AutoTranslateLiveActionFactory. autoTranslateService
protected AutoTranslateService
AutoTranslateLiveActionImpl. autoTranslateService
Constructors in com.composum.ai.aem.core.impl.autotranslate.rollout with parameters of type AutoTranslateService Constructor Description AutoTranslateLiveActionImpl(org.apache.sling.api.resource.ValueMap config, com.day.cq.wcm.msm.commons.BaseActionFactory<? extends com.day.cq.wcm.msm.api.LiveAction> liveActionFactory, AutoPageTranslateService autoPageTranslateService, com.composum.ai.backend.slingbase.AIConfigurationService configurationService, AutoTranslateService autoTranslateService)
-