public class ClientI18NReader
extends java.lang.Object
| Constructor and Description |
|---|
ClientI18NReader() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
buildI18NJson(ServletContext servletContext)
Build the JSON configuration string, that is processed by the RISC client
in order to get its client locale configuration.
|
static java.util.Set<java.lang.String> |
getCountries()
Returns list of all countries that are defined for the RISC client.
|
static java.util.Set<java.lang.String> |
getLanguages()
Returns list of all languages that are defined for the RISC client.
|
static void |
init(ServletContext servletContext) |
static void |
reset()
Resets buffered information so that it is rebuilt the next time that it is
requested.
|
public static void init(ServletContext servletContext)
public static java.lang.String buildI18NJson(ServletContext servletContext)
public static java.util.Set<java.lang.String> getCountries()
public static java.util.Set<java.lang.String> getLanguages()
public static void reset()
Copyright © CaptainCasa Gmbh. All Rights Reserved.