| Package | Description |
|---|---|
| org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsDialogHandler |
CmsWorkplaceManager.getDialogHandler(java.lang.String key)
Returns the instantiated dialog handler class for the key or null, if there is no mapping for the key.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,I_CmsDialogHandler> |
CmsWorkplaceManager.getDialogHandler()
Returns all instantiated dialog handlers for the workplace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceManager.addDialogHandler(I_CmsDialogHandler clazz)
Adds a dialog handler instance to the list of configured dialog handlers.
|