| 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 |
|---|---|
CmsEventManager |
CmsSystemConfiguration.getEventManager()
Returns the configured OpenCms event manager instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsEventManager |
OpenCmsCore.getEventManager()
Returns the OpenCms event manager.
|
static CmsEventManager |
OpenCms.getEventManager()
Returns the event manger that handles all OpenCms events.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsEventManager.initialize(CmsEventManager base)
Initialize this event manager with all events from the given base event manager.
|