Class AutoTranslateLiveActionFactory

  • All Implemented Interfaces:
    com.day.cq.wcm.msm.api.LiveActionFactory<AutoTranslateLiveAction>

    public class AutoTranslateLiveActionFactory
    extends com.day.cq.wcm.msm.commons.BaseActionFactory<AutoTranslateLiveAction>
    See Also:
    "https://experienceleague.adobe.com/docs/experience-manager-65/content/sites/administering/introduction/msm-sync.html?lang=en#installed-synchronization-actions", "https://experienceleague.adobe.com/docs/experience-manager-65/content/implementing/developing/extending-aem/extending-msm.html?lang=en#creating-a-new-synchronization-action"
    • Constructor Detail

      • AutoTranslateLiveActionFactory

        public AutoTranslateLiveActionFactory()
    • Method Detail

      • activate

        protected void activate​(org.osgi.service.component.ComponentContext componentContext)
      • deactivate

        protected void deactivate​(org.osgi.service.component.ComponentContext componentContext)
      • newActionInstance

        protected AutoTranslateLiveAction newActionInstance​(org.apache.sling.api.resource.ValueMap valueMap)
                                                     throws com.day.cq.wcm.api.WCMException
        Specified by:
        newActionInstance in class com.day.cq.wcm.msm.commons.BaseActionFactory<AutoTranslateLiveAction>
        Throws:
        com.day.cq.wcm.api.WCMException
      • createsAction

        public String createsAction()