Package org.ametys.core.ui
Class RibbonManager
-
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<ClientSideElement>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class RibbonManager extends AbstractClientSideExtensionPoint<ClientSideElement>
Manager for ribbon elements that are created live during runtime
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE
Avalon role-
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
-
Constructor Summary
Constructors Constructor Description RibbonManager()
-
Method Summary
-
Methods inherited from class org.ametys.core.ui.AbstractClientSideExtensionPoint
addExtension, findDependency, getExtension, getExtensionsIds, initializeExtensions, registerRibbonManager, unregisterRibbonManager
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, contextualize, dispose, hasExtension, initialize, service
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
RibbonManager
public RibbonManager()
-
-