Package | Description |
---|---|
org.alfresco.traitextender |
Modifier and Type | Class and Description |
---|---|
class |
RegistryExtensionBundle
|
Modifier and Type | Method and Description |
---|---|
void |
ExtenderImpl.start(ExtensionBundle bundle) |
abstract void |
Extender.start(ExtensionBundle bundle)
Start life-cycle phase trigger method.
Upon successful execution the bundle will have all its extension points registered using Extender.register(ExtensionPoint, ExtensionFactory) and
ready to be. |
void |
ExtenderImpl.stop(ExtensionBundle bundle) |
abstract void |
Extender.stop(ExtensionBundle bundle)
Start life-cycle phase trigger method.
Upon successful execution the bundle will have all its extension points unregistered using Extender.unregister(ExtensionPoint) . |
Copyright © 2005–2017 Alfresco Software. All rights reserved.