public class I18NProvider extends Object
| Constructor and Description |
|---|
I18NProvider() |
| Modifier and Type | Method and Description |
|---|---|
static I18N |
getInstance()
Get the current/global I18N instance (used in single-session mode)
|
static I18N |
getInstance(String sessionId)
Get instance for session (used in multi-session mode)
|
static I18N |
removeInstance(String sessionId)
Remove I18N instance for session
|
public static I18N getInstance()
public static I18N getInstance(String sessionId)
sessionId - sessionCopyright © 2019. All rights reserved.