Package org.opencms.module

OpenCms modules provide a powerful, standardized way to extend the core OpenCms functionality.

See:
          Description

Interface Summary
I_CmsModuleAction Module action classes in OpenCms must implement this interface.
 

Class Summary
A_CmsModuleAction Simple base implementation of the I_CmsModuleAction interface, extend this class for more sophisticated module action implementations.
CmsModule Describes an OpenCms module.
CmsModuleDependency Describes an OpenCms module dependency.
CmsModuleImportExportHandler Import/export handler implementation for Cms modules.
CmsModuleManager Manages the modules of an OpenCms installation.
CmsModuleVersion A version number for an OpenCms module.
CmsModuleXmlHandler Adds the XML handler rules for import and export of a single module.
TestCmsModuleNameGeneration Tests the module name generation.
TestCmsModuleVersion Tests the module version.
TestModuleActionImpl Simple test implementation of the module action interface.
TestModuleDeleteThread Tests the deleting of modules using the module delete thread, comparing this to the deletion using the module manager alone.
TestModuleIssues Unit tests for issues found in the new module mechanism.
TestModuleOperations Unit tests for OpenCms module operations.
 

Package org.opencms.module Description

OpenCms modules provide a powerful, standardized way to extend the core OpenCms functionality.

OpenCms modules provide a standard mechanism to extend the OpenCms functionality. Modules can contain VFS data, Java classes and a number of configuration options.

Since:
6.0.0