public class I18nUIFactory
extends java.lang.Object
Initial Date: 24.09.2008
构造器和说明 |
---|
I18nUIFactory() |
限定符和类型 | 方法和说明 |
---|---|
static org.olat.presentation.i18n.I18nConfigController |
createI18nConfigurationController(UserRequest ureq,
WindowControl windowControl)
Creates a controller to configure the i18n system, add or remove languages
|
static InlineTranslationInterceptHandlerController |
createInlineTranslationIntercepHandlerController(UserRequest ureq,
WindowControl windowControl)
Creates an intercept handler and inline translation dispatch controller that can be used to intercept the rendering process and add inline translation start links
to (almost) every translated item.
|
static Controller |
createTranslationToolLauncherController(UserRequest ureq,
WindowControl windowControl)
Creates a controller that offers a panel for translators.
|
public static Controller createTranslationToolLauncherController(UserRequest ureq, WindowControl windowControl)
ureq
- windowControl
- public static InlineTranslationInterceptHandlerController createInlineTranslationIntercepHandlerController(UserRequest ureq, WindowControl windowControl)
ureq
- windowControl
- public static org.olat.presentation.i18n.I18nConfigController createI18nConfigurationController(UserRequest ureq, WindowControl windowControl)
ureq
- windowControl
-