Class AbstractThreadSafeComponentSupporterExtensionPoint<T extends Supporter<X>,X>

java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<T>
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentSupporterExtensionPoint<T,X>
Type Parameters:
T - the type of the managed extensions, must implement Supporter
X - The type of element supported
All Implemented Interfaces:
LogEnabled, ExtensionPoint<T>, Disposable, Initializable, Component, Contextualizable, Serviceable, ThreadSafe

Avalon based implementation of an Supporter ExtensionPoint.