| Package | Description | 
|---|---|
| com.communote.server.api.core.application | |
| com.communote.server.core.application | |
| com.communote.server.core.bootstrap | |
| com.communote.server.web.osgi | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Runtime.addCustomInitializer(CustomInitializer customInitializer)
Add an initializer to do custom initializations during startup. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultRuntimeBuilder.addCustomInitializer(CustomInitializer customInitializer)
Add a custom initializer which should be passed to the runtime after build was called 
 | 
void | 
DefaultRuntime.addCustomInitializer(CustomInitializer customInitializer)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ApplicationInitializer.addInitializer(CustomInitializer initializer)
Add an initializer that will be called during  
ApplicationInitializer.initializeApplication() after the core
 components were initialized. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebOSGiComponentsInitializer
Adds all  
CommunoteBundleListeners found in the web-application context to the
 OSGiManagement. | 
Copyright © 2019 Communote team. All rights reserved.