Uses of Class
org.opencms.workplace.CmsWorkplaceManager
Packages that use CmsWorkplaceManager
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
-
Uses of CmsWorkplaceManager in org.opencms.configuration
Methods in org.opencms.configuration that return CmsWorkplaceManagerModifier and TypeMethodDescriptionCmsWorkplaceConfiguration.getWorkplaceManager()
Returns the initialized workplace manager.Methods in org.opencms.configuration with parameters of type CmsWorkplaceManagerModifier and TypeMethodDescriptionvoid
CmsDefaultUserSettings.initPreferences
(CmsWorkplaceManager wpManager) Initializes the preference configuration.void
CmsWorkplaceConfiguration.setWorkplaceManager
(CmsWorkplaceManager manager) Sets the generated workplace manager. -
Uses of CmsWorkplaceManager in org.opencms.main
Methods in org.opencms.main that return CmsWorkplaceManagerModifier and TypeMethodDescriptionstatic CmsWorkplaceManager
OpenCms.getWorkplaceManager()
Returns the initialized workplace manager, which contains information about the global workplace settings.protected CmsWorkplaceManager
OpenCmsCore.getWorkplaceManager()
Returns the initialized workplace manager, which contains information about the global workplace settings.