| Package | Description |
|---|---|
| org.opencms.module |
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
|
| 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 | Class and Description |
|---|---|
class |
A_CmsModuleAction
Simple base implementation of the
I_CmsModuleAction interface,
extend this class for more sophisticated module action implementations. |
| Modifier and Type | Method and Description |
|---|---|
I_CmsModuleAction |
CmsModule.getActionInstance()
Returns the module action instance of this module, or
null
if no module action instance is configured. |
| Modifier and Type | Class and Description |
|---|---|
class |
CmsWorkplaceAction
The workplace manager class to get the admin CmsObject.
|