程序包 | 说明 |
---|---|
org.opencms.ade.detailpage |
Contains functions for the detail pages in OpenCms.
|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.db |
Low-level database connection and access functionality.
|
org.opencms.file.history |
This package contains the classes to deal with the OpenCms VFS history archive.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDetailPageResourceHandler
Resource init handler for detail-pages.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsResourceInit> |
CmsSystemConfiguration.getResourceInitHandlers()
Returns the list of instantiated resource init handler classes.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsUserTrackingResourceHandler
This resource handler checks if a resource has to be marked as visited by the current user.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsHistoryResourceHandler
Resource init handler that loads historical versions of resources.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsAliasResourceHandler
Resource init handler for detail-pages.
|
class |
CmsPermalinkResourceHandler
Resource init handler that loads a resource given its permalink.
|
构造器和说明 |
---|
CmsResourceInitException(java.lang.Class<? extends I_CmsResourceInit> cls)
Creates a resource init exception for a given resource init handler class.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsWorkplaceLoginHandler
Resource init handler that loads the login form with the right parameters.
|