public static class WebAppProviderConfiguration.WAPConfiguration extends Object implements Configuration
Configuration.ClassListATTR| Constructor and Description |
|---|
WAPConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
cloneConfigure(WebAppContext template,
WebAppContext context) |
void |
configure(WebAppContext context) |
void |
deconfigure(WebAppContext context) |
void |
destroy(WebAppContext context) |
void |
postConfigure(WebAppContext context) |
void |
preConfigure(WebAppContext context) |
public void deconfigure(WebAppContext context)
deconfigure in interface Configurationpublic void configure(WebAppContext context) throws Exception
configure in interface ConfigurationExceptionpublic void cloneConfigure(WebAppContext template, WebAppContext context)
cloneConfigure in interface Configurationpublic void destroy(WebAppContext context)
destroy in interface Configurationpublic void preConfigure(WebAppContext context)
preConfigure in interface Configurationpublic void postConfigure(WebAppContext context)
postConfigure in interface Configuration