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.
 

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
Version:
$Revision: 1.7 $