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 CmsWorkplaceSettingsCmsLoginHelper.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 StringCmsLoginController.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 CmsWorkplaceSettingsCmsWorkplace.getWorkplaceSettings(CmsObject cms, javax.servlet.http.HttpServletRequest req) Returns the workplace settings of the current user.static CmsWorkplaceSettingsCmsWorkplace.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 CmsWorkplaceSettingsCmsWorkplace.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 TypeMethodDescriptionvoidCmsWorkplace.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 StringCmsWorkplace.getStartSiteRoot(CmsObject cms, CmsWorkplaceSettings settings) Returns the start site from the given workplace settings.booleanCmsWorkplace.initSettings(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) Sets site and project in the workplace settings with the request values of parametersandCmsWorkplace.PARAM_WP_SITE.CmsWorkplace.PARAM_WP_PROJECTstatic CmsWorkplaceSettingsCmsWorkplace.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 voidCmsDialog.initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected voidCmsLoginUserAgreement.initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected abstract voidCmsWorkplace.initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) Analyzes the request for workplace parameters and adjusts the workplace settings accordingly.static CmsWorkplaceSettingsCmsWorkplace.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 voidCmsDialogCopyLanguage.initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected voidCmsDialogElements.initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected voidCmsEditorFrameset.initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected voidCmsSimpleEditor.initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected voidCmsSimplePageEditor.initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected voidCmsXmlContentEditor.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 voidA_CmsAjaxGallery.initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request) protected voidCmsOpenGallery.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 voidCmsToolDialog.initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request)