Class ContentVisibleAttachmentIndexerExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<ContentVisibleAttachmentIndexer>
org.ametys.cms.content.indexing.solr.content.attachment.ContentVisibleAttachmentIndexerExtensionPoint
- All Implemented Interfaces:
LogEnabled,ExtensionPoint<ContentVisibleAttachmentIndexer>,Disposable,Initializable,Component,Contextualizable,Serviceable,ThreadSafe
public class ContentVisibleAttachmentIndexerExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<ContentVisibleAttachmentIndexer>
The
ExtensionPoint for ContentVisibleAttachmentIndexer, which allow to index the ids of the visible attachments of a Content.-
Field Summary
FieldsFields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, deferredInitializeExtensions, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, serviceMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon Role
-
-
Constructor Details
-
ContentVisibleAttachmentIndexerExtensionPoint
-