Package org.ametys.plugins.contentstree
Class TreeExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<TreeConfiguration>
org.ametys.plugins.contentstree.TreeExtensionPoint
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<TreeConfiguration>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class TreeExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<TreeConfiguration>
This extensions point list the existing configuration trees for contents
-
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
The component identifier
-
-
Constructor Details
-
TreeExtensionPoint
public TreeExtensionPoint()
-