Uses of Class
org.opencms.module.CmsModuleImportExportHandler
Packages that use CmsModuleImportExportHandler
Package
Description
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
Contains classes of the module manager app.
-
Uses of CmsModuleImportExportHandler in org.opencms.module
Methods in org.opencms.module that return CmsModuleImportExportHandlerModifier and TypeMethodDescriptionstatic CmsModuleImportExportHandler
CmsModuleImportExportHandler.getExportHandler
(CmsObject cms, CmsModule module, String handlerDescription) Gets the module export handler containing all resources used in the module export. -
Uses of CmsModuleImportExportHandler in org.opencms.ui.apps.modules
Constructors in org.opencms.ui.apps.modules with parameters of type CmsModuleImportExportHandlerModifierConstructorDescriptionCmsModuleExportDialog
(CmsModuleImportExportHandler exportHandler, A_CmsReportThread thread, com.vaadin.ui.Window window) public constructor.