| Package | Description |
|---|---|
| org.opencms.site |
Provides access to the multi-site configuration of OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSite.LocalizationMode |
CmsSite.getLocalizationMode()
Returns the localization mode.
|
static CmsSite.LocalizationMode |
CmsSite.LocalizationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSite.LocalizationMode[] |
CmsSite.LocalizationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|