程序包 | 说明 |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
限定符和类型 | 字段和说明 |
---|---|
static CmsSystemConfiguration.UserSessionMode |
CmsSystemConfiguration.DEFAULT_USER_SESSION_MODE
The default user session mode.
|
限定符和类型 | 方法和说明 |
---|---|
CmsSystemConfiguration.UserSessionMode |
CmsSystemConfiguration.getUserSessionMode(boolean useDefault)
Gets the user session mode.
|
static CmsSystemConfiguration.UserSessionMode |
CmsSystemConfiguration.UserSessionMode.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CmsSystemConfiguration.UserSessionMode[] |
CmsSystemConfiguration.UserSessionMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
CmsSystemConfiguration.UserSessionMode |
CmsSessionManager.getUserSessionMode()
Gets the user session mode.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsSessionManager.setUserSessionMode(CmsSystemConfiguration.UserSessionMode userSessionMode)
Sets the user session mode.
|