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. rules
Optionally, 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 with parameters of type AutoTranslateRuleConfig Modifier and Type Method Description protected boolean
AutoPageTranslateServiceImpl. isApplicable(AutoTranslateRuleConfig rule, String path, List<AutoPageTranslateServiceImpl.PropertyToTranslate> allTranslateableProperties)
Returns whether the rule is applicable.
-