public abstract class AbstractWebApp extends Object implements WebApp
Constructor and Description |
---|
AbstractWebApp() |
Modifier and Type | Method and Description |
---|---|
void |
createWar()
Instructs the application to create a WAR file.
|
void |
init(WebAppDescriptor descriptor,
WebEnvironment env)
Initialize the web app based on the given descriptor and enviroment.
|
void |
installed()
Lifecycle event: called, when the web application was installed.
|
void |
uninstalling()
Lifecycle event: called, when the application is about to be uninstalled.
|
void |
updated(String oldVersionString)
Lifecycle event: called, when the application got updated.
|
public void init(WebAppDescriptor descriptor, WebEnvironment env)
init
in interface Component<WebAppDescriptor,WebEnvironment>
init
in interface WebApp
descriptor
- The application descriptor.env
- The web environment definition.public void installed()
installed
in interface Component<WebAppDescriptor,WebEnvironment>
public void uninstalling()
uninstalling
in interface Component<WebAppDescriptor,WebEnvironment>
public void updated(String oldVersionString)
updated
in interface Component<WebAppDescriptor,WebEnvironment>
oldVersionString
- old version, before component was updatedCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210