Package de.espirit.firstspirit.module
Interface WebApp
- All Superinterfaces:
Component<WebAppDescriptor,WebEnvironment>
- All Known Implementing Classes:
AbstractWebApp
FirstSpirit web application interface.
- Since:
- 4.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidEvent method: called just before a war file would be created.voidinit(WebAppDescriptor descriptor, WebEnvironment environment) Initializes this component with the givendescriptorandenvironment.Methods inherited from interface de.espirit.firstspirit.module.Component
installed, uninstalling, updated
-
Method Details
-
createWar
void createWar()Event method: called just before a war file would be created. Also just before the web.xml would be merged.- Since:
- 4.1
-
init
Initializes this component with the givendescriptorandenvironment. No other method will be called before the component is initialized!Attention:
ServerEnvironment.getLogDir(),ServerEnvironment.getConfDir(), andServerEnvironment.getDataDir()on the provided environment instance delivernull.- Specified by:
initin interfaceComponent<WebAppDescriptor,WebEnvironment> - Parameters:
descriptor- Descriptor information for this component.environment- Environment information for this component.ServerEnvironment.getLogDir(),ServerEnvironment.getConfDir(), andServerEnvironment.getDataDir()on this instance delivernull.- Since:
- 4.1
-