| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.db |
Low-level database connection and access functionality.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| org.opencms.ui.login |
Contains the user interface components for the Vaadin-based login dialog
|
| org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
| org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDefaultUserSettings
Default user workplace settings, used as default values for worklace settings in the
user preferences.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsUserSettings.setAdditionalPreferencesFrom(CmsUserSettings userSettings)
Sets this settings object's additional preferences to that of another one.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUserSettings |
CmsShell.getSettings()
Obtain the additional settings related to the current user.
|
protected CmsUserSettings |
CmsShell.initSettings()
Initializes the internal
CmsWorkplaceSettings that contain (amongst other
information) important information additional information about the current user
(an instance of CmsUserSettings). |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsLoginHelper.getDirectEditPath(CmsObject cms,
CmsUserSettings userSettings,
boolean forceDirectEdit)
Returns the direct edit path from the user settings, or
null if not set. |
| Modifier and Type | Method and Description |
|---|---|
CmsUserSettings |
CmsWorkplaceSettings.getUserSettings()
Returns the current workplace user settings object.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsWorkplace.getStartSiteRoot(CmsObject cms,
CmsUserSettings userSettings)
Returns the start site from the given user settings.
|
protected void |
CmsWorkplace.initTimeWarp(CmsUserSettings settings,
javax.servlet.http.HttpSession session)
Sets the users time warp if configured and if the current timewarp setting is different or
clears the current time warp setting if the user has no configured timewarp.
|
void |
CmsWorkplaceSettings.setUserSettings(CmsUserSettings userSettings)
Sets the current workplace user settings object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsEditorBase.initTimeWarp(CmsUserSettings settings,
javax.servlet.http.HttpSession session) |