程序包 | 说明 |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
限定符和类型 | 方法和说明 |
---|---|
CmsPublishManager |
CmsSystemConfiguration.getPublishManager()
Returns the configured publish manager.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSystemConfiguration.setPublishManager(CmsPublishManager publishManager)
Sets the publish manager.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsPublishManager |
OpenCms.getPublishManager()
Returns the core publish manager class.
|
protected CmsPublishManager |
OpenCmsCore.getPublishManager()
Returns the publish manager instance.
|