| Package | Description |
|---|---|
| org.opencms.ade.configuration |
Contains the ade configuration classes.
|
| org.opencms.cache |
Implementations of specialized caches used in OpenCms.
|
| org.opencms.db |
Low-level database connection and access functionality.
|
| org.opencms.flex |
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.i18n |
Classes to handle internalization (i18n) and locale selection in OpenCms.
|
| org.opencms.loader |
Low-level functions to manage the loading of 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.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| org.opencms.site |
Provides access to the multi-site configuration of OpenCms.
|
| 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.
|
| org.opencms.workplace.explorer |
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
|
| org.opencms.xml |
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
|
| org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsGlobalConfigurationCacheEventHandler
This event handler manages cache instances which are instances of the interface
I_CmsGlobalConfigurationCache. |
| Modifier and Type | Class and Description |
|---|---|
class |
CmsMemoryObjectCache
A singleton memory cache, that stores objects related with keys.
|
class |
CmsVfsCache
Configurable VFS based cache, for caching objects related to offline/online resources.
|
class |
CmsVfsMemoryObjectCache
Implements a memory cache, that stores objects related to VFS files,
providing a cache for the "online" and another for the "offline" project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDriverManager
The OpenCms driver manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsFlexCache
This class implements the FlexCache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsGwtServiceContext
This class contains the data that should be cached for a specific service class.
|
class |
CmsIconUtil
Utility class to generate the resource icon CSS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsLocaleManager
Manages the locales configured for this OpenCms installation.
|
class |
CmsVfsBundleManager
Manages message bundles loaded from the VFS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsImageLoader
Loader for images from the OpenCms VSF with integrated image scaling and processing capabilities.
|
class |
CmsJspLoader
The JSP loader which enables the execution of JSP in OpenCms.
|
| Modifier and Type | Field and Description |
|---|---|
protected static I_CmsEventListener[] |
CmsEventManager.EVENT_LIST
Required as template for event list generation.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.Integer,java.util.List<I_CmsEventListener>> |
CmsEventManager.getEventListeners()
Returns the map of all configured event listeners.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OpenCms.addCmsEventListener(I_CmsEventListener listener)
Add a cms event listener that listens to all events.
|
void |
CmsEventManager.addCmsEventListener(I_CmsEventListener listener)
Add an OpenCms event listener that listens to all events.
|
static void |
OpenCms.addCmsEventListener(I_CmsEventListener listener,
int[] eventTypes)
Add a cms event listener that listens only to particular events.
|
void |
CmsEventManager.addCmsEventListener(I_CmsEventListener listener,
int[] eventTypes)
Add an OpenCms event listener.
|
static void |
OpenCms.removeCmsEventListener(I_CmsEventListener listener)
Removes a cms event listener.
|
void |
CmsEventManager.removeCmsEventListener(I_CmsEventListener listener)
Removes a cms event listener.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsEventManager.fireEventHandler(java.util.List<I_CmsEventListener> listeners,
CmsEvent event)
Fires the specified event to a list of event listeners.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
I_CmsModuleAction
Module action classes in OpenCms must implement this interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
A_CmsModuleAction
Simple base implementation of the
I_CmsModuleAction interface,
extend this class for more sophisticated module action implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSearchManager
Implements the general management and configuration of the search and
indexing facilities in OpenCms.
|
protected class |
CmsSearchManager.CmsSearchOfflineHandler
Handles offline index generation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSiteManagerImpl
Manages all configured sites in OpenCms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsStaticExportManager
Provides the functionality to export resources from the OpenCms VFS
to the file system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsWorkplaceAction
The workplace manager class to get the admin CmsObject.
|
class |
CmsWorkplaceManager
Manages the global OpenCms workplace settings for all users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsExplorerTypeAccessFlushListener
Class which listens for cache flush events to uncache cached access control settings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsXmlEntityResolver
Resolves XML entities (e.g. external DTDs) in the OpenCms VFS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsADECache
Cache object instance for simultaneously cache online and offline items.
|