程序包 | 说明 |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
限定符和类型 | 方法和说明 |
---|---|
CmsEventManager |
CmsSystemConfiguration.getEventManager()
Returns the configured OpenCms event manager instance.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsEventManager |
OpenCms.getEventManager()
Returns the event manger that handles all OpenCms events.
|
protected CmsEventManager |
OpenCmsCore.getEventManager()
Returns the OpenCms event manager.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsEventManager.initialize(CmsEventManager base)
Initialize this event manager with all events from the given base event manager.
|