| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Method and Description |
|---|---|
CmsLocaleManager |
CmsSystemConfiguration.getLocaleManager()
Returns the configured locale manager for multi language support.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSystemConfiguration.setLocaleManager(CmsLocaleManager localeManager)
Sets the locale manager for multi language support.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsLocaleManager |
OpenCmsCore.getLocaleManager()
Returns the locale manager used for obtaining the current locale.
|
static CmsLocaleManager |
OpenCms.getLocaleManager()
Returns the locale manager used for obtaining the current locale.
|