org.xwiki.component.manager
Interface ComponentManagerInitializer
@Role
public interface ComponentManagerInitializer
Called at ComponentManager initialization to be able to apply modification to the ComponentManager and its
components before it's really used (send events, etc.).
- Version:
- $Id: a6cb4bb9b6b511bbc12f7a125c6206dccdaf1937 $
|
Method Summary |
void |
initialize(ComponentManager componentManager)
Apply modifications on ComponentManager at init (register new components, disables others, ...). |
initialize
void initialize(ComponentManager componentManager)
- Apply modifications on ComponentManager at init (register new components, disables others, ...).
- Parameters:
componentManager - the component manager to initialize
Copyright © 2004-2013 XWiki. All Rights Reserved.