程序包 | 说明 |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDefaultUserSettings
Default user workplace settings, used as default values for worklace settings in the
user preferences.
|
限定符和类型 | 方法和说明 |
---|---|
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 ). |
限定符和类型 | 方法和说明 |
---|---|
CmsUserSettings |
CmsWorkplaceSettings.getUserSettings()
Returns the current workplace user settings object.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsFrameset.initTimeWarp(CmsUserSettings settings,
javax.servlet.http.HttpSession session) |
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.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsEditorBase.initTimeWarp(CmsUserSettings settings,
javax.servlet.http.HttpSession session) |