程序包 | 说明 |
---|---|
org.opencms.db |
Low-level database connection and access functionality.
|
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.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
构造器和说明 |
---|
CmsExportPointDriver(java.util.Set<CmsExportPoint> exportpoints)
Constructor for a CmsExportPointDriver.
|
限定符和类型 | 方法和说明 |
---|---|
static java.util.Set<CmsExportPoint> |
OpenCms.getExportPoints()
Returns the configured export points,
the returned set being an unmodifiable set.
|
protected java.util.Set<CmsExportPoint> |
OpenCmsCore.getExportPoints()
Returns the configured export points,
the returned set being an unmodifiable set.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsExportPoint> |
CmsModule.getExportPoints()
Returns the list of export point added by this module.
|
java.util.Set<CmsExportPoint> |
CmsModuleManager.getExportPoints()
Returns the (immutable) list of configured module export points.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsModule.setExportPoints(java.util.List<CmsExportPoint> exportPoints)
Sets the export points of this module.
|
构造器和说明 |
---|
CmsModule(java.lang.String name,
java.lang.String niceName,
java.lang.String group,
java.lang.String actionClass,
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.Map<java.lang.String,java.lang.String> parameters)
Creates a new module description with the specified values.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Set<CmsExportPoint> |
CmsWorkplaceManager.getExportPoints()
Returns the set of configured export points for the workplace.
|