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 implementSupporter
X
- The type of element supported
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<T>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public abstract class AbstractThreadSafeComponentSupporterExtensionPoint<T extends Supporter<X>,X>
extends AbstractThreadSafeComponentExtensionPoint<T>
Avalon based implementation of an
Supporter
ExtensionPoint.-
Field Summary
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSupportingExtensions
(X element) Get the extensions that support the elementMethods 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 Details
-
AbstractThreadSafeComponentSupporterExtensionPoint
-
-
Method Details
-
getSupportingExtensions
Get the extensions that support the element- Parameters:
element
- The element- Returns:
- The list of extensions
-