| Package | Description |
|---|---|
| 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.pdftools | |
| 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 | Class and Description |
|---|---|
class |
CmsDetailPageResourceHandler
Resource init handler for detail-pages.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsResourceInit> |
CmsSystemConfiguration.getResourceInitHandlers()
Returns the list of instantiated resource init handler classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsUserTrackingResourceHandler
This resource handler checks if a resource has to be marked as visited by the current user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsHistoryResourceHandler
Resource init handler that loads historical versions of resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsAliasResourceHandler
Resource init handler for detail-pages.
|
class |
CmsPermalinkResourceHandler
Resource init handler that loads a resource given its permalink.
|
| Constructor and Description |
|---|
CmsResourceInitException(java.lang.Class<? extends I_CmsResourceInit> cls)
Creates a resource init exception for a given resource init handler class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsPdfResourceHandler
This resource handler handles URLs of the form /pdflink/{locale}/{formatter-id}/{detailname} and format
the content identified by detailname using the JSP identified by formatter-id to generate XHTML which is then
converted to PDF and returned directly by this handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsWorkplaceLoginHandler
Resource init handler that loads the login form with the right parameters.
|