public interface WebAppInitializer
Modifier and Type | Method and Description |
---|---|
boolean |
initializedSuccessfully()
Indicates if the initialization process of this WebAppInitializer was
successful.
|
void |
onRemove()
Is called when this WebAppInitializer is removed from the list of all
WebAppInitializers in WebAppInitUtil.
|
void |
onWepAppDestroy()
Is called when the web application is shutdown.
|
void |
onWepAppInit()
Is called when the web application is initialized.
|
void onWepAppInit()
void onWepAppDestroy()
void onRemove()
boolean initializedSuccessfully()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.