Uses of Class
com.composum.ai.aem.core.impl.autotranslate.AITranslatePropertyWrapper
-
Packages that use AITranslatePropertyWrapper Package Description com.composum.ai.aem.core.impl.autotranslate -
-
Uses of AITranslatePropertyWrapper in com.composum.ai.aem.core.impl.autotranslate
Methods in com.composum.ai.aem.core.impl.autotranslate that return AITranslatePropertyWrapper Modifier and Type Method Description AITranslatePropertyWrapper
AutoTranslateMergeService.AutoTranslateProperty. getWrapper()
Methods in com.composum.ai.aem.core.impl.autotranslate that return types with arguments of type AITranslatePropertyWrapper Modifier and Type Method Description static List<AITranslatePropertyWrapper>
AITranslatePropertyWrapper. allProps(org.apache.sling.api.resource.ValueMap sourceValueMap, org.apache.sling.api.resource.ModifiableValueMap targetValueMap)
Methods in com.composum.ai.aem.core.impl.autotranslate with parameters of type AITranslatePropertyWrapper Modifier and Type Method Description protected void
AutoPageTranslateServiceImpl. cleanupObsoleteKeys(AutoPageTranslateServiceImpl.PropertyToTranslate propertyToTranslate, org.apache.sling.api.resource.ModifiableValueMap valueMap, com.day.cq.wcm.msm.api.LiveRelationship liveRelationship, AITranslatePropertyWrapper targetWrapper)
The translator and so forth was previously saved on each property - remove that and just save it on the page.Constructors in com.composum.ai.aem.core.impl.autotranslate with parameters of type AITranslatePropertyWrapper Constructor Description AutoTranslateProperty(String path, String componentPath, AITranslatePropertyWrapper wrapper, String componentName, String componentTitle, com.day.cq.wcm.msm.api.LiveRelationship relationship, boolean processingNeeded)
-