Class SynchronizeContentsCollectionModelExtensionPoint
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<SynchronizableContentsCollectionModel>
-
- org.ametys.plugins.contentio.synchronize.SynchronizeContentsCollectionModelExtensionPoint
-
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<SynchronizableContentsCollectionModel>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class SynchronizeContentsCollectionModelExtensionPoint extends AbstractThreadSafeComponentExtensionPoint<SynchronizableContentsCollectionModel>
Extension point forSynchronizableContentsCollectionModel
s.
-
-
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 SynchronizeContentsCollectionModelExtensionPoint()
-
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
-
SynchronizeContentsCollectionModelExtensionPoint
public SynchronizeContentsCollectionModelExtensionPoint()
-
-