Class AbstractComponentExtensionPoint<T>

java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractComponentExtensionPoint<T>
Type Parameters:
T - the type of the managed extensions
All Implemented Interfaces:
ExtensionPoint<T>, Disposable, Initializable, Component, Contextualizable, LogEnabled, Serviceable, ThreadSafe
Direct Known Subclasses:
EnhancementHandlersExtensionPoint, HTMLEditionHandlerExtensionPoint, SitemapDecoratorsExtensionPoint, SitemapIconsExtensionPoint

Avalon based implementation of an ExtensionPoint.