| Package | Description |
|---|---|
| org.opencms.i18n |
Classes to handle internalization (i18n) and locale selection in OpenCms.
|
| org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDefaultLocaleHandler
Default implementation of the locale handler.
|
class |
CmsSingleTreeLocaleHandler
Advanced locale handler allowing single tree localization.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsLocaleHandler |
CmsLocaleManager.getLocaleHandler()
Returns the configured locale handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsLocaleManager.setLocaleHandler(I_CmsLocaleHandler localeHandler)
Sets the configured locale handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsWorkplaceManager
Manages the global OpenCms workplace settings for all users.
|