| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Field and Description |
|---|---|
static CmsSystemConfiguration.UserSessionMode |
CmsSystemConfiguration.DEFAULT_USER_SESSION_MODE
The default user session mode.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSystemConfiguration.UserSessionMode |
CmsSystemConfiguration.getUserSessionMode(boolean useDefault)
Gets the user session mode.
|
static CmsSystemConfiguration.UserSessionMode |
CmsSystemConfiguration.UserSessionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSystemConfiguration.UserSessionMode[] |
CmsSystemConfiguration.UserSessionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSystemConfiguration.UserSessionMode |
CmsSessionManager.getUserSessionMode()
Gets the user session mode.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsSessionManager.setUserSessionMode(CmsSystemConfiguration.UserSessionMode userSessionMode)
Sets the user session mode.
|