Class AutomaticTranslationComponentPlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.automatic.translation.api.AutomaticTranslationComponentPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public abstract class AutomaticTranslationComponentPlugin extends org.exoplatform.container.component.BaseComponentPlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.exoplatform.commons.api.settings.SettingServicesettingService
-
Constructor Summary
Constructors Modifier Constructor Description protectedAutomaticTranslationComponentPlugin(org.exoplatform.commons.api.settings.SettingService settingService)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetApiKey()voidsetApiKey(String apiKey)abstract Stringtranslate(String message, Locale targetLocale)
-