| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Method and Description |
|---|---|
CmsWorkplaceManager |
CmsWorkplaceConfiguration.getWorkplaceManager()
Returns the initialized workplace manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDefaultUserSettings.initPreferences(CmsWorkplaceManager wpManager)
Initializes the preference configuration.
|
void |
CmsWorkplaceConfiguration.setWorkplaceManager(CmsWorkplaceManager manager)
Sets the generated workplace manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsWorkplaceManager |
OpenCmsCore.getWorkplaceManager()
Returns the initialized workplace manager,
which contains information about the global workplace settings.
|
static CmsWorkplaceManager |
OpenCms.getWorkplaceManager()
Returns the initialized workplace manager,
which contains information about the global workplace settings.
|