Class PageVisibleAttachmentIndexerExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<PageVisibleAttachmentIndexer>
org.ametys.web.indexing.solr.page.attachment.PageVisibleAttachmentIndexerExtensionPoint
- All Implemented Interfaces:
LogEnabled,ExtensionPoint<PageVisibleAttachmentIndexer>,Disposable,Initializable,Component,Contextualizable,Serviceable,ThreadSafe
public class PageVisibleAttachmentIndexerExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<PageVisibleAttachmentIndexer>
The
ExtensionPoint for PageVisibleAttachmentIndexer, which allow to index the ids of the visible attachments of a Page.-
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, 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
-
PageVisibleAttachmentIndexerExtensionPoint
-