Package org.ametys.core.cocoon
Class SourceFactoriesExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<T>
org.ametys.runtime.plugin.component.AbstractSelectorExtensionPoint<SourceFactory>
org.ametys.core.cocoon.SourceFactoriesExtensionPoint
- All Implemented Interfaces:
LogEnabled,ParentAware,ExtensionPoint<SourceFactory>,Disposable,Initializable,Component,ComponentSelector,Contextualizable,Serviceable,ThreadSafe
SourceFactorySelector extending the Cocoon one, implemented as an ExtensionPoint
-
Field Summary
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.runtime.plugin.component.AbstractSelectorExtensionPoint
hasComponent, release, select, setParentMethods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, serviceMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
SourceFactoriesExtensionPoint
public SourceFactoriesExtensionPoint()
-