| Package | Description |
|---|---|
| org.opencms.i18n |
Classes to handle internalization (i18n) and locale selection in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
CmsLocaleGroupService.Status |
CmsLocaleGroupService.checkLinkable(CmsResource firstResource,
CmsResource secondResource)
Checks if the two resources are linkable as locale variants and returns an appropriate status
This is the case if exactly one of the resources represents a locale group, the locale of the other resource
is not already present in the locale group, and if some other permission / validity checks are passed.
|
static CmsLocaleGroupService.Status |
CmsLocaleGroupService.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLocaleGroupService.Status[] |
CmsLocaleGroupService.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|