Uses of Class
org.opencms.db.CmsExportPoint
Package
Description
Low-level database connection and access functionality.
Contains functions to import and export resources from the OpenCms VFS.
Provides the main OpenCms "operating system".
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
Contains the functionality for the static HTML page export.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
-
Uses of CmsExportPoint in org.opencms.db
Modifier and TypeFieldDescriptionprotected Set<CmsExportPoint>
CmsExportPointDriver.m_exportpoints
The configured export points.ModifierConstructorDescriptionCmsExportPointDriver
(Set<CmsExportPoint> exportpoints) Constructor for a CmsExportPointDriver.CmsTempFolderExportPointDriver
(Set<CmsExportPoint> exportpoints, List<String> tempFolderDestinations) Constructor for a CmsExportPointDriver. -
Uses of CmsExportPoint in org.opencms.importexport
Modifier and TypeMethodDescriptionCmsImportExportManager.createExportPointDriver
(Set<CmsExportPoint> exportPoints) Creates a new export point driver based on the import/export configuration. -
Uses of CmsExportPoint in org.opencms.main
Modifier and TypeMethodDescriptionstatic Set<CmsExportPoint>
OpenCms.getExportPoints()
Returns the configured export points, the returned set being an unmodifiable set.protected Set<CmsExportPoint>
OpenCmsCore.getExportPoints()
Returns the configured export points, the returned set being an unmodifiable set. -
Uses of CmsExportPoint in org.opencms.module
Modifier and TypeMethodDescriptionCmsModule.getExportPoints()
Returns the list of export point added by this module.CmsModuleManager.getExportPoints()
Returns the (immutable) list of configured module export points.Modifier and TypeMethodDescriptionvoid
CmsModule.setExportPoints
(List<CmsExportPoint> exportPoints) Sets the export points of this module. -
Uses of CmsExportPoint in org.opencms.staticexport
Modifier and TypeMethodDescriptionCmsStaticExportManager.getExportPoints()
Returns the protected export points. -
Uses of CmsExportPoint in org.opencms.workplace
Modifier and TypeMethodDescriptionCmsWorkplaceManager.getExportPoints()
Returns the set of configured export points for the workplace.