程序包 | 说明 |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
限定符和类型 | 方法和说明 |
---|---|
CmsLocaleManager |
CmsSystemConfiguration.getLocaleManager()
Returns the configured locale manager for multi language support.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSystemConfiguration.setLocaleManager(CmsLocaleManager localeManager)
Sets the locale manager for multi language support.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsLocaleManager |
OpenCms.getLocaleManager()
Returns the locale manager used for obtaining the current locale.
|
protected CmsLocaleManager |
OpenCmsCore.getLocaleManager()
Returns the locale manager used for obtaining the current locale.
|