程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsModuleAction
Simple base implementation of the
I_CmsModuleAction interface,
extend this class for more sophisticated module action implementations. |
限定符和类型 | 方法和说明 |
---|---|
I_CmsModuleAction |
CmsModule.getActionInstance()
Returns the module action instance of this module, or
null
if no module action instance is configured. |
限定符和类型 | 类和说明 |
---|---|
class |
CmsWorkplaceAction
The workplace manager class to get the admin CmsObject.
|