Uses of Interface
org.opencms.main.I_CmsEventListener
Packages that use I_CmsEventListener
Package
Description
Contains the ade configuration classes.
Implementations of specialized caches used in OpenCms.
Low-level database connection and access functionality.
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
Provides core support for GWT.
Classes to handle internalization (i18n) and locale selection in OpenCms.
Low-level functions to manage the loading of resources from the OpenCms VFS.
Provides the main OpenCms "operating system".
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
Implements the main full text search and indexing functions available in OpenCms.
Provides access to the multi-site configuration of OpenCms.
Contains the functionality for the static HTML page export.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of I_CmsEventListener in org.opencms.ade.configuration
Classes in org.opencms.ade.configuration that implement I_CmsEventListenerModifier and TypeClassDescriptionclass
This event handler manages cache instances which are instances of the interfaceI_CmsGlobalConfigurationCache
. -
Uses of I_CmsEventListener in org.opencms.cache
Classes in org.opencms.cache that implement I_CmsEventListenerModifier and TypeClassDescriptionfinal class
A singleton memory cache, that stores objects related with keys.class
Configurable VFS based cache, for caching objects related to offline/online resources.class
Implements a memory cache, that stores objects related to VFS files, providing a cache for the "online" and another for the "offline" project. -
Uses of I_CmsEventListener in org.opencms.db
Classes in org.opencms.db that implement I_CmsEventListener -
Uses of I_CmsEventListener in org.opencms.flex
Classes in org.opencms.flex that implement I_CmsEventListener -
Uses of I_CmsEventListener in org.opencms.gwt
Classes in org.opencms.gwt that implement I_CmsEventListenerModifier and TypeClassDescriptionclass
This class contains the data that should be cached for a specific service class.final class
Utility class to generate the resource icon CSS. -
Uses of I_CmsEventListener in org.opencms.i18n
Classes in org.opencms.i18n that implement I_CmsEventListenerModifier and TypeClassDescriptionclass
Manages the locales configured for this OpenCms installation.class
Manages message bundles loaded from the VFS. -
Uses of I_CmsEventListener in org.opencms.loader
Classes in org.opencms.loader that implement I_CmsEventListenerModifier and TypeClassDescriptionclass
Loader for images from the OpenCms VSF with integrated image scaling and processing capabilities.class
The JSP loader which enables the execution of JSP in OpenCms. -
Uses of I_CmsEventListener in org.opencms.main
Fields in org.opencms.main declared as I_CmsEventListenerModifier and TypeFieldDescriptionprotected static final I_CmsEventListener[]
CmsEventManager.EVENT_LIST
Required as template for event list generation.Methods in org.opencms.main that return types with arguments of type I_CmsEventListenerModifier and TypeMethodDescriptionprotected Map<Integer,
List<I_CmsEventListener>> CmsEventManager.getEventListeners()
Returns the map of all configured event listeners.Methods in org.opencms.main with parameters of type I_CmsEventListenerModifier and TypeMethodDescriptionvoid
CmsEventManager.addCmsEventListener
(I_CmsEventListener listener) Add an OpenCms event listener that listens to all events.void
CmsEventManager.addCmsEventListener
(I_CmsEventListener listener, int[] eventTypes) Add an OpenCms event listener.static void
OpenCms.addCmsEventListener
(I_CmsEventListener listener) Add a cms 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.removeCmsEventListener
(I_CmsEventListener listener) Removes a cms event listener.static void
OpenCms.removeCmsEventListener
(I_CmsEventListener listener) Removes a cms event listener.Method parameters in org.opencms.main with type arguments of type I_CmsEventListenerModifier and TypeMethodDescriptionprotected void
CmsEventManager.fireEventHandler
(List<I_CmsEventListener> listeners, CmsEvent event) Fires the specified event to a list of event listeners. -
Uses of I_CmsEventListener in org.opencms.module
Subinterfaces of I_CmsEventListener in org.opencms.moduleModifier and TypeInterfaceDescriptioninterface
Module action classes in OpenCms must implement this interface.Classes in org.opencms.module that implement I_CmsEventListenerModifier and TypeClassDescriptionclass
Simple base implementation of theI_CmsModuleAction
interface, extend this class for more sophisticated module action implementations. -
Uses of I_CmsEventListener in org.opencms.search
Classes in org.opencms.search that implement I_CmsEventListenerModifier and TypeClassDescriptionclass
Implements the general management and configuration of the search and indexing facilities in OpenCms.protected class
Handles offline index generation. -
Uses of I_CmsEventListener in org.opencms.site
Classes in org.opencms.site that implement I_CmsEventListenerModifier and TypeClassDescriptionfinal class
Manages all configured sites in OpenCms. -
Uses of I_CmsEventListener in org.opencms.staticexport
Classes in org.opencms.staticexport that implement I_CmsEventListenerModifier and TypeClassDescriptionclass
Provides the functionality to export resources from the OpenCms VFS to the file system. -
Uses of I_CmsEventListener in org.opencms.workplace
Classes in org.opencms.workplace that implement I_CmsEventListenerModifier and TypeClassDescriptionfinal class
Manages the global OpenCms workplace settings for all users. -
Uses of I_CmsEventListener in org.opencms.workplace.explorer
Classes in org.opencms.workplace.explorer that implement I_CmsEventListenerModifier and TypeClassDescriptionclass
Class which listens for cache flush events to uncache cached access control settings. -
Uses of I_CmsEventListener in org.opencms.xml
Classes in org.opencms.xml that implement I_CmsEventListener -
Uses of I_CmsEventListener in org.opencms.xml.containerpage
Classes in org.opencms.xml.containerpage that implement I_CmsEventListenerModifier and TypeClassDescriptionfinal class
Cache object instance for simultaneously cache online and offline items.