程序包 | 说明 |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
限定符和类型 | 方法和说明 |
---|---|
CmsWorkplaceManager |
CmsWorkplaceConfiguration.getWorkplaceManager()
Returns the initialized workplace manager.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsWorkplaceConfiguration.setWorkplaceManager(CmsWorkplaceManager manager)
Sets the generated workplace manager.
|
限定符和类型 | 方法和说明 |
---|---|
static 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.
|