Package org.ametys.odf.content
Class CopyODFContentUpdaterExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<CopyODFContentUpdater>
org.ametys.odf.content.CopyODFContentUpdaterExtensionPoint
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<CopyODFContentUpdater>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class CopyODFContentUpdaterExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<CopyODFContentUpdater>
This class is in charge of handling
CopyODFContentUpdater
extension point.-
Field Summary
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
Constructor Summary
-
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
-
Field Details
-
ROLE
Avalon role
-
-
Constructor Details
-
CopyODFContentUpdaterExtensionPoint
public CopyODFContentUpdaterExtensionPoint()
-