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>
TheExtensionPoint
forPageVisibleAttachmentIndexer
, which allow to index the ids of the visible attachments of aPage
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE
Avalon Role-
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
-
Constructor Summary
Constructors Constructor Description PageVisibleAttachmentIndexerExtensionPoint()
-
Method Summary
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, service
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
PageVisibleAttachmentIndexerExtensionPoint
public PageVisibleAttachmentIndexerExtensionPoint()
-
-