| Package | Description |
|---|---|
| org.xwiki.component.manager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamespacedComponentManager
Add namespace information to
ComponentManager. |
| Modifier and Type | Method and Description |
|---|---|
ComponentManager |
ComponentManager.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentManagerInitializer.initialize(ComponentManager componentManager)
Apply modifications on ComponentManager at init (register new components, disables others, ...).
|
void |
ComponentEventManager.notifyComponentRegistered(ComponentDescriptor<?> descriptor,
ComponentManager componentManager)
Notify all listeners that a component with the passed descriptor has been registered.
|
void |
ComponentEventManager.notifyComponentUnregistered(ComponentDescriptor<?> descriptor,
ComponentManager componentManager)
Notify all listeners that a component with the passed descriptor has been unregistered.
|
void |
ComponentManager.setParent(ComponentManager parentComponentManager) |
Copyright © 2004–2016 XWiki. All rights reserved.