| Package | Description |
|---|---|
| org.opencms.db |
Low-level database connection and access functionality.
|
| org.opencms.importexport |
Contains functions to import and export resources from the OpenCms VFS.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| org.opencms.module |
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
|
| org.opencms.staticexport |
Contains the functionality for the static HTML page export.
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<CmsExportPoint> |
CmsExportPointDriver.m_exportpoints
The configured export points.
|
| Constructor and Description |
|---|
CmsExportPointDriver(java.util.Set<CmsExportPoint> exportpoints)
Constructor for a CmsExportPointDriver.
|
CmsTempFolderExportPointDriver(java.util.Set<CmsExportPoint> exportpoints,
java.util.List<java.lang.String> tempFolderDestinations)
Constructor for a CmsExportPointDriver.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsExportPointDriver |
CmsImportExportManager.createExportPointDriver(java.util.Set<CmsExportPoint> exportPoints)
Creates a new export point driver based on the import/export configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<CmsExportPoint> |
OpenCmsCore.getExportPoints()
Returns the configured export points,
the returned set being an unmodifiable set.
|
static java.util.Set<CmsExportPoint> |
OpenCms.getExportPoints()
Returns the configured export points,
the returned set being an unmodifiable set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CmsExportPoint> |
CmsModuleManager.getExportPoints()
Returns the (immutable) list of configured module export points.
|
java.util.List<CmsExportPoint> |
CmsModule.getExportPoints()
Returns the list of export point added by this module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsModule.setExportPoints(java.util.List<CmsExportPoint> exportPoints)
Sets the export points of this module.
|
| Constructor and Description |
|---|
CmsModule(java.lang.String name,
java.lang.String niceName,
java.lang.String group,
java.lang.String actionClass,
java.lang.String importScript,
java.lang.String site,
boolean isImportSite,
CmsModule.ExportMode exportMode,
java.lang.String description,
CmsModuleVersion version,
java.lang.String authorName,
java.lang.String authorEmail,
long dateCreated,
java.lang.String userInstalled,
long dateInstalled,
java.util.List<CmsModuleDependency> dependencies,
java.util.List<CmsExportPoint> exportPoints,
java.util.List<java.lang.String> resources,
java.util.List<java.lang.String> excluderesources,
java.util.Map<java.lang.String,java.lang.String> parameters)
Creates a new module description with the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CmsExportPoint> |
CmsStaticExportManager.getExportPoints()
Returns the protected export points.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CmsExportPoint> |
CmsWorkplaceManager.getExportPoints()
Returns the set of configured export points for the workplace.
|