Uses of Class
org.opencms.workplace.CmsWorkplaceSettings
Packages that use CmsWorkplaceSettings
Package
Description
General code for the Vaadin UI.
Contains the user interface components for the Vaadin-based login dialog.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
Contains the various "Galleries" which are available in the editors and widgets of the OpenCms Workplace.
A collection of thread classes that are used in the OpenCms Workplace,
usually in connection with a report.
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
-
Uses of CmsWorkplaceSettings in org.opencms.ui
Methods in org.opencms.ui that return CmsWorkplaceSettings -
Uses of CmsWorkplaceSettings in org.opencms.ui.login
Methods in org.opencms.ui.login that return CmsWorkplaceSettingsModifier and TypeMethodDescriptionCmsLoginController.UserAgreementHelper.getSettings()
static CmsWorkplaceSettings
CmsLoginHelper.initSiteAndProject
(CmsObject cms) Initializes the site and project for a CMS context after login, and returns the workplace settings for the corresponding user.Methods in org.opencms.ui.login with parameters of type CmsWorkplaceSettingsModifier and TypeMethodDescriptionstatic String
CmsLoginController.getLoginTarget
(CmsObject currentCms, CmsWorkplaceSettings settings, String requestedResource) Gets the login target link.Constructors in org.opencms.ui.login with parameters of type CmsWorkplaceSettingsModifierConstructorDescriptionUserAgreementHelper
(CmsObject cms, CmsWorkplaceSettings wpSettings) Creates a new instance. -
Uses of CmsWorkplaceSettings in org.opencms.workplace
Methods in org.opencms.workplace that return CmsWorkplaceSettingsModifier and TypeMethodDescriptionCmsWorkplace.getSettings()
Returns the current users workplace settings.static CmsWorkplaceSettings
CmsWorkplace.getWorkplaceSettings
(CmsObject cms, javax.servlet.http.HttpServletRequest req) Returns the workplace settings of the current user.static CmsWorkplaceSettings
CmsWorkplace.initUserSettings
(CmsObject cms, CmsWorkplaceSettings settings, boolean update) Updates the user settings in the given workplace settings for the current user, reading the user settings from the database if required.static CmsWorkplaceSettings
CmsWorkplace.initWorkplaceSettings
(CmsObject cms, CmsWorkplaceSettings settings, boolean update) Updates the given workplace settings, also re-initializing the state of the Workplace to the users preferences (for example setting the startup site and project).Methods in org.opencms.workplace with parameters of type CmsWorkplaceSettingsModifier and TypeMethodDescriptionvoid
CmsWorkplace.fillParamValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) First sets site and project in the workplace settings, then fills all class parameter values from the data provided in the current request.static String
CmsWorkplace.getStartSiteRoot
(CmsObject cms, CmsWorkplaceSettings settings) Returns the start site from the given workplace settings.boolean
CmsWorkplace.initSettings
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) Sets site and project in the workplace settings with the request values of parameters
andCmsWorkplace.PARAM_WP_SITE
.CmsWorkplace.PARAM_WP_PROJECT
static CmsWorkplaceSettings
CmsWorkplace.initUserSettings
(CmsObject cms, CmsWorkplaceSettings settings, boolean update) Updates the user settings in the given workplace settings for the current user, reading the user settings from the database if required.protected void
CmsDialog.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected void
CmsLoginUserAgreement.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected abstract void
CmsWorkplace.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) Analyzes the request for workplace parameters and adjusts the workplace settings accordingly.static CmsWorkplaceSettings
CmsWorkplace.initWorkplaceSettings
(CmsObject cms, CmsWorkplaceSettings settings, boolean update) Updates the given workplace settings, also re-initializing the state of the Workplace to the users preferences (for example setting the startup site and project). -
Uses of CmsWorkplaceSettings in org.opencms.workplace.editors
Methods in org.opencms.workplace.editors with parameters of type CmsWorkplaceSettingsModifier and TypeMethodDescriptionprotected void
CmsDialogCopyLanguage.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected void
CmsDialogElements.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected void
CmsEditorFrameset.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected void
CmsSimpleEditor.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected void
CmsSimplePageEditor.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected void
CmsXmlContentEditor.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) -
Uses of CmsWorkplaceSettings in org.opencms.workplace.galleries
Methods in org.opencms.workplace.galleries with parameters of type CmsWorkplaceSettingsModifier and TypeMethodDescriptionprotected void
A_CmsAjaxGallery.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected void
CmsOpenGallery.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) -
Uses of CmsWorkplaceSettings in org.opencms.workplace.threads
Constructors in org.opencms.workplace.threads with parameters of type CmsWorkplaceSettingsModifierConstructorDescriptionCmsRelationsValidatorThread
(CmsObject cms, CmsPublishList publishList, CmsWorkplaceSettings settings) Creates a thread that validates the relations in the list of unpublished file(s) of the current (offline) project. -
Uses of CmsWorkplaceSettings in org.opencms.workplace.tools
Methods in org.opencms.workplace.tools with parameters of type CmsWorkplaceSettingsModifier and TypeMethodDescriptionprotected void
CmsToolDialog.initWorkplaceRequestValues
(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request)