Uses of Class
com.composum.ai.aem.core.impl.autotranslate.AutoTranslateRuleConfig
-
Packages that use AutoTranslateRuleConfig Package Description com.composum.ai.aem.core.impl.autotranslate -
-
Uses of AutoTranslateRuleConfig in com.composum.ai.aem.core.impl.autotranslate
Fields in com.composum.ai.aem.core.impl.autotranslate with type parameters of type AutoTranslateRuleConfig Modifier and Type Field Description List<AutoTranslateRuleConfig>AutoTranslateService.TranslationParameters. rulesOptionally, a number of rules that give additional instructions for translation if certain words or phrases are present in the page.Methods in com.composum.ai.aem.core.impl.autotranslate that return AutoTranslateRuleConfig Modifier and Type Method Description AutoTranslateRuleConfig[]rules()Methods in com.composum.ai.aem.core.impl.autotranslate that return types with arguments of type AutoTranslateRuleConfig Modifier and Type Method Description protected List<AutoTranslateRuleConfig>AutoPageTranslateServiceImpl. collectTranslationTables(AutoTranslateCaConfig autoTranslateCaConfig, org.apache.sling.api.resource.Resource resource)Methods in com.composum.ai.aem.core.impl.autotranslate with parameters of type AutoTranslateRuleConfig Modifier and Type Method Description protected booleanAutoPageTranslateServiceImpl. isApplicable(AutoTranslateRuleConfig rule, String path, List<AutoPageTranslateServiceImpl.PropertyToTranslate> allTranslateableProperties)Returns whether the rule is applicable.
-